package.json•1.59 kB
{
"name": "claude-agents-power",
"version": "1.12.2",
"description": "Unleash the power of 100+ specialized Claude agents for your development team via MCP",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc && chmod 755 dist/index.js",
"start": "node dist/index.js --transport stdio",
"start:debug": "node dist/index.js --transport stdio --debug",
"dev": "tsx src/index.ts",
"prepublishOnly": "npm run build"
},
"bin": {
"claude-agents-power": "dist/index.js"
},
"files": [
"dist/",
"claude/agents/",
"claude-slash-commands/",
"README.md",
"README.kr.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git+https://github.com/hongsw/claude-agents-power-mcp-server.git"
},
"bugs": {
"url": "https://github.com/hongsw/claude-agents-power-mcp-server/issues"
},
"homepage": "https://github.com/hongsw/claude-agents-power-mcp-server#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0",
"commander": "^14.0.0",
"dotenv": "^17.2.1",
"glob": "^10.3.10",
"js-yaml": "^4.1.0",
"minimatch": "^9.0.3",
"posthog-node": "^5.6.0"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.10.0",
"tsx": "^4.6.2",
"typescript": "^5.3.2"
},
"keywords": [
"claude",
"agents",
"power",
"mcp",
"ai",
"team",
"roles",
"development",
"sub-agents",
"llm",
"model-context-protocol"
],
"author": "hongsw",
"license": "MIT",
"engines": {
"node": ">=16.0.0"
}
}