This commit is contained in:
2025-10-24 00:46:40 +08:00
commit 7fb79cde54
5 changed files with 347 additions and 0 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"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.14.0",
"type": "module",
"dependencies": {
"@kevisual/ai": "^0.0.9",
"@kevisual/router": "^0.0.30",
"@kevisual/use-config": "^1.0.19"
},
"devDependencies": {
"@types/node": "^24.9.1"
}
}