init
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
],
|
||||
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
||||
"license": "MIT",
|
||||
"packageManager": "pnpm@10.7.0",
|
||||
"packageManager": "pnpm@10.9.0",
|
||||
"type": "module",
|
||||
"files": [
|
||||
"dist",
|
||||
@@ -19,24 +19,36 @@
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "bun run src/run.ts ",
|
||||
"dev:serve": "bun --watch src/serve.ts",
|
||||
"dev:server": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 bun --watch src/server.ts",
|
||||
"build": "rimraf dist && bun run bun.config.mjs"
|
||||
},
|
||||
"bin": {
|
||||
"ev-assistant": "bin/assistant.js",
|
||||
"ev-asst": "bin/assistant.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@kevisual/load": "^0.0.6",
|
||||
"@kevisual/local-app-manager": "^0.1.16",
|
||||
"@kevisual/query": "0.0.17",
|
||||
"@kevisual/query-login": "0.0.5",
|
||||
"@kevisual/router": "^0.0.13",
|
||||
"@kevisual/use-config": "^1.0.11",
|
||||
"@types/bun": "^1.2.10",
|
||||
"@types/node": "^22.14.1",
|
||||
"@types/lodash-es": "^4.17.12",
|
||||
"@types/node": "^22.15.2",
|
||||
"@types/send": "^0.17.4",
|
||||
"@types/ws": "^8.18.1",
|
||||
"chalk": "^5.4.1",
|
||||
"commander": "^13.1.0",
|
||||
"inquirer": "^12.5.2",
|
||||
"cross-env": "^7.0.3",
|
||||
"inquirer": "^12.6.0",
|
||||
"lodash-es": "^4.17.21",
|
||||
"nanoid": "^5.1.5",
|
||||
"pino": "^9.6.0",
|
||||
"pino-pretty": "^13.0.0",
|
||||
"send": "^1.2.0",
|
||||
"supports-color": "^10.0.0",
|
||||
"ws": "npm:@kevisual/ws",
|
||||
"zustand": "^5.0.3"
|
||||
},
|
||||
"engines": {
|
||||
@@ -44,5 +56,11 @@
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"dayjs": "^1.11.13"
|
||||
},
|
||||
"overrides": {
|
||||
"ws": "npm:@kevisual/ws"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user