24 lines
508 B
JSON
24 lines
508 B
JSON
{
|
|||
|
|
"name": "nanoclaw-mcp-ext",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "",
|
||
|
|
"main": "index.js",
|
||
|
|
"scripts": {
|
||
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
|
},
|
||
|
|
"keywords": [],
|
||
|
|
"author": "",
|
||
|
|
"license": "ISC",
|
||
|
|
"type": "commonjs",
|
||
|
|
"dependencies": {
|
||
|
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
||
|
|
"eventsource": "^4.1.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@mariozechner/pi-coding-agent": "^0.70.2",
|
||
|
|
"@types/node": "^25.6.0",
|
||
|
|
"typebox": "^1.1.33",
|
||
|
|
"typescript": "^6.0.3"
|
||
|
|
}
|
||
|
|
}
|