package.jsonโข1.11 kB
{
"name": "@coderide/mcp",
"version": "0.9.2",
"description": "Model Context Protocol server for CodeRide, task management redesigned for AI",
"type": "module",
"main": "dist/index.js",
"module": "src/index.ts",
"bin": {
"coderide-mcp": "dist/index.js"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"postbuild": "chmod +x dist/index.js",
"start": "npm run build && node dist/index.js",
"dev": "tsx src/index.ts",
"smithery:build": "npx @smithery/cli build",
"smithery:dev": "npx @smithery/cli dev"
},
"keywords": [
"mcp",
"task-management",
"vibe-coding"
],
"author": "Pix Srl <digital@pixdata.io>",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.3",
"@types/express": "^5.0.3",
"axios": "^1.6.0",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"nanoid": "^5.1.3",
"zod": "^3.20.0"
},
"devDependencies": {
"@types/node": "^20.17.47",
"ts-node": "^10.9.1",
"tsx": "^4.20.5",
"typescript": "^5.2.2"
}
}