package.json•880 B
{
"name": "@bbangjo/mcp-installer",
"version": "1.0.18",
"type": "module",
"bin": {
"mcp-installer": "build/index.js",
"setup": "build/install.js"
},
"scripts": {
"build": "tsc && chmod 755 build/index.js && shx cp install.js build/ && shx chmod +x build/*.js"
},
"files": [
"build"
],
"keywords": [
"mcp",
"mcp-installer",
"model-context-protocol",
"claude",
"cursor",
"ai"
],
"publishConfig": {
"access": "public"
},
"author": "bbangjo",
"license": "ISC",
"description": "MCP installer for cursor and claude",
"dependencies": {
"@bbangjo/mcp-installer": "^1.0.18",
"@modelcontextprotocol/sdk": "^1.8.0",
"commander": "^13.1.0",
"dotenv": "^16.4.7",
"shx": "^0.4.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/node": "^22.13.14",
"typescript": "^5.8.2"
}
}