This commit is contained in:
2025-10-25 09:20:26 +08:00
commit 4d74088cf1
5 changed files with 149 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "test_router_prompts",
"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.16.1",
"type": "module",
"devDependencies": {
"@types/node": "^24.9.1"
},
"dependencies": {
"dotenv": "^17.2.3"
}
}