generated from tailored/router-db-template
- Changed Bailian model from 'qwen3-235b-a22b' to 'qwen-plus' in ai.ts - Updated model references in bailianModel to use simplified names - Modified tsconfig.json to set module to NodeNext, target to esnext, and adjusted paths for better module resolution - Added new query-keys.ts file in xhs package to implement getNoteByKeyword functionality with command line interface
78 lines
2.0 KiB
JSON
78 lines
2.0 KiB
JSON
{
|
|
"name": "demo-app",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"basename": "/root/demo-app",
|
|
"app": {
|
|
"key": "demo-app",
|
|
"entry": "dist/app.mjs",
|
|
"type": "system-app",
|
|
"files": [
|
|
"dist"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"dev": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 bun --watch src/dev.ts ",
|
|
"worker": "bun --watch src/task/worker.ts",
|
|
"worker:server": "bun src/task/worker.ts",
|
|
"build": "rimraf dist && bun run bun.config.mjs",
|
|
"test": "tsx test/**/*.ts",
|
|
"clean": "rm -rf dist",
|
|
"turbo:build": "turbo run build",
|
|
"pub": "npm run build && envision pack -p -u",
|
|
"cmd": "bun packages/xhs/src/test/command.ts "
|
|
},
|
|
"keywords": [],
|
|
"author": "abearxiong <xiongxiao@xiongxiao.me>",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"types": "types/index.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@kevisual/ai": "^0.0.19",
|
|
"@kevisual/code-center-module": "0.0.24",
|
|
"@kevisual/context": "^0.0.4",
|
|
"@kevisual/router": "0.0.49",
|
|
"@kevisual/use-config": "^1.0.21",
|
|
"cookie": "^1.1.1",
|
|
"dayjs": "^1.11.19",
|
|
"formidable": "^3.5.4",
|
|
"lodash-es": "^4.17.22",
|
|
"nanoid": "^5.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"@kevisual/logger": "^0.0.4",
|
|
"@kevisual/social-prompts": "workspace:*",
|
|
"@kevisual/types": "^0.0.10",
|
|
"@kevisual/use-config": "^1.0.21",
|
|
"@kevisual/xhs": "workspace:*",
|
|
"@types/bun": "^1.3.5",
|
|
"@types/crypto-js": "^4.2.2",
|
|
"@types/formidable": "^3.4.6",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/node": "^25.0.3",
|
|
"bullmq": "^5.66.2",
|
|
"commander": "^14.0.2",
|
|
"concurrently": "^9.2.1",
|
|
"cross-env": "^10.1.0",
|
|
"dotenv": "^17.2.3",
|
|
"inquire": "^0.4.8",
|
|
"ioredis": "^5.8.2",
|
|
"nodemon": "^3.1.11",
|
|
"openai": "^6.15.0",
|
|
"pg": "^8.16.3",
|
|
"rimraf": "^6.1.2",
|
|
"sequelize": "^6.37.7",
|
|
"tape": "^5.9.0",
|
|
"turbo": "^2.7.2",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"packageManager": "pnpm@10.26.2"
|
|
} |