package.json•606 B
{
"name": "mcp-of-mcps",
"version": "1.0.0",
"description": "",
"main": "index.js",
"bin": {
"mcp-of-mcps": "./build/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./build/index.js",
"build": "tsc && chmod 755 build/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"files": ["build"],
"dependencies": {
"@modelcontextprotocol/sdk": "^1.21.1",
"zod": "^3.25.76",
"vm2": "3.10.0"
},
"devDependencies": {
"@types/node": "^24.10.0",
"typescript": "^5.9.3"
}
}