24 lines
566 B
JSON
24 lines
566 B
JSON
{
|
|
"name": "test-router-ai",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@10.26.2",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@kevisual/ai": "^0.0.19",
|
|
"@kevisual/query": "^0.0.33",
|
|
"@kevisual/router": "^0.0.51",
|
|
"@kevisual/use-config": "^1.0.21"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.0.3"
|
|
}
|
|
}
|