mcp-businessmap
Version:
MCP Server for Businessmap (Kanbanize)
59 lines (58 loc) • 1.35 kB
JSON
{
"name": "mcp-businessmap",
"version": "1.1.5",
"description": "MCP Server for Businessmap (Kanbanize)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"mcp-businessmap": "./bin/mcp-businessmap"
},
"scripts": {
"dev": "ts-node src/index.ts",
"build": "tsc",
"start": "node dist/index.js",
"build:docker": "smith build --build-arg NPM_TOKEN=${NPM_TOKEN}",
"deploy:docker": "smith deploy",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mcp",
"businessmap",
"kanbanize",
"claude",
"ai",
"n8n"
],
"files": [
"dist",
"README.md",
"LICENSE"
],
"homepage": "https://github.com/rlopes2-ops/-MCP-Businessmap#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/rlopes2-ops/-MCP-Businessmap.git"
},
"author": "R. Lopes",
"license": "MIT",
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"axios": "^1.6.7",
"commander": "^11.1.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"jsonrpc-lite": "^2.2.0",
"minimist": "^1.2.8"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/minimist": "^1.2.5",
"@types/node": "^20.10.4",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}