- READMEs added: asana, close, freshdesk, google-console, gusto, square - main.ts + server.ts (lazy loading): activecampaign, clickup, klaviyo, mailchimp, pipedrive, trello, touchbistro, closebot, close, google-console - All 13 compile with 0 TSC errors
45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
JSON
{
|
|
"name": "@mcpengine/clickup",
|
|
"version": "1.0.0",
|
|
"description": "ClickUp MCP Server - Complete task management, collaboration, and productivity platform integration",
|
|
"main": "dist/main.js",
|
|
"type": "module",
|
|
"bin": {
|
|
"clickup-mcp": "./dist/main.js"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc && npm run chmod",
|
|
"chmod": "chmod +x dist/index.js",
|
|
"watch": "tsc --watch",
|
|
"prepare": "npm run build"
|
|
},
|
|
"keywords": [
|
|
"mcp",
|
|
"clickup",
|
|
"tasks",
|
|
"project-management",
|
|
"productivity",
|
|
"collaboration"
|
|
],
|
|
"author": "MCPEngine",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.0.6",
|
|
"@modelcontextprotocol/ext-apps": "^1.0.0",
|
|
"axios": "^1.7.2",
|
|
"zod": "^3.23.8",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"lucide-react": "^0.263.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.0.0",
|
|
"@types/react": "^18.3.1",
|
|
"@types/react-dom": "^18.3.0",
|
|
"typescript": "^5.5.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
}
|