package.json•1.72 kB
{
"name": "@twofeetup/clickup-mcp",
"version": "1.1.0",
"description": "Optimized ClickUp MCP Server - High-performance AI integration with consolidated tools and response optimization",
"type": "module",
"main": "build/index.js",
"bin": {
"clickup-mcp": "build/index.js"
},
"files": [
"build",
"README.md",
"LICENSE",
"Dockerfile"
],
"scripts": {
"build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"",
"start": "node build/index.js",
"dev": "tsc -w",
"prepare": "npm run build"
},
"keywords": [
"clickup",
"mcp",
"ai",
"tasks",
"project-management",
"model-context-protocol",
"task-management",
"productivity",
"automation",
"workflow",
"team-collaboration",
"artificial-intelligence",
"clickup-integration",
"clickup-api",
"performance-optimized",
"consolidated-tools",
"ai-first-design"
],
"author": "Sjoerd Tiemensma",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/TwoFeetUp/clickup-mcp.git"
},
"bugs": {
"url": "https://github.com/TwoFeetUp/clickup-mcp/issues"
},
"homepage": "https://github.com/TwoFeetUp/clickup-mcp#readme",
"dependencies": {
"@anthropic-ai/sdk": "^0.68.0",
"@modelcontextprotocol/sdk": "^1.11.3",
"axios": "^1.6.7",
"cors": "^2.8.5",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^5.0.1",
"@types/node": "^20.11.16",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18.0.0 <23.0.0"
},
"publishConfig": {
"access": "public"
}
}