23 lines
530 B
JSON
23 lines
530 B
JSON
{
|
|
"name": "test_router_prompts",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"mcp": "node src/mcp.ts"
|
|
},
|
|
"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",
|
|
"@modelcontextprotocol/sdk": "^1.0.0"
|
|
}
|
|
}
|