This commit is contained in:
2025-11-24 13:49:36 +08:00
parent 21b56d0948
commit 8b9fdb706f
43 changed files with 8123 additions and 622 deletions

View File

@@ -1,38 +1,39 @@
{
"name": "@kevisual/router-template",
"name": "@kevisual/daily-question-server",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"dev": "bun --watch src/dev.ts ",
"dev": "bun --watch src/main.ts ",
"build": "rimraf dist && bun run bun.config.mjs",
"compile": "bun build --compile ./src/main.ts --outfile myapp",
"compile:win": "bun build --compile ./src/main.ts --target=bun-windows-x64 --outfile myapp.exe",
"clean": "rm -rf dist",
"pub": "envision pack -p -u"
},
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
"license": "MIT",
"packageManager": "pnpm@10.22.0",
"packageManager": "pnpm@10.23.0",
"type": "module",
"dependencies": {
"@kevisual/ai": "^0.0.11",
"@kevisual/ai": "^0.0.12",
"@kevisual/local-proxy": "^0.0.6",
"@kevisual/query": "^0.0.29",
"@kevisual/router": "0.0.33",
"@kevisual/use-config": "^1.0.19",
"@kevisual/use-config": "^1.0.21",
"better-sqlite3": "^12.4.6",
"dayjs": "^1.11.19",
"drizzle-orm": "^0.44.7",
"es-toolkit": "^1.42.0",
"nanoid": "^5.1.6",
"unstorage": "^1.17.3",
"uuid": "^13.0.0"
"unstorage": "^1.17.3"
},
"devDependencies": {
"@kevisual/types": "^0.0.10",
"@types/better-sqlite3": "^7.6.13",
"@types/bun": "^1.3.3",
"@types/node": "^24.10.1",
"@types/uuid": "^11.0.0",
"drizzle-kit": "^0.31.7"
}
}