package.json•1.1 kB
{
"name": "clickup-mcp",
"version": "0.1.0",
"type": "module",
"module": "./src/index.ts",
"engines": {
"node": ">=20"
},
"scripts": {
"build": "npx smithery build",
"start": "node dist/index.js",
"dev": "npx smithery dev",
"dev:http": "tsx scripts/dev-http.ts",
"dev:stdio": "tsx scripts/dev-stdio.ts",
"test": "vitest run --passWithNoTests=false --reporter=basic",
"test:watch": "vitest --reporter=basic",
"verify:http": "tsx scripts/verify-http.ts",
"verify:inspector:http": "tsx scripts/verify-inspector-http.ts",
"verify:smithery": "tsx scripts/verify-smithery.ts"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.2.0",
"@smithery/sdk": "^1.7.4",
"axios": "^1.7.2",
"chalk": "^5.6.2",
"fuse.js": "^7.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@modelcontextprotocol/inspector": "^0.5.1",
"@smithery/cli": "^1.6.3",
"@types/express": "^4.17.21",
"@types/node": "^20.12.12",
"express": "^4.19.2",
"tsx": "^4.16.2",
"typescript": "^5.9.3",
"vitest": "^2.0.5"
}
}