pdca
Version:
🎯 AI 驅動的 PDCA 多代理開發系統 - 智能循環控制 + 成本管理 + Token 優化 + 多 AI 引擎支援
93 lines (92 loc) • 2.1 kB
JSON
{
"name": "pdca",
"version": "3.2.2",
"description": "🎯 AI 驅動的 PDCA 多代理開發系統 - 智能循環控制 + 成本管理 + Token 優化 + 多 AI 引擎支援",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": {
"pdca": "./dist/bin/pdca.js",
"pdca-enhanced": "./dist/bin/enhanced-pdca.js"
},
"scripts": {
"dev": "tsx watch src/bin/pdca.ts",
"build": "tsc",
"test": "jest",
"lint": "eslint src/**/*.ts",
"format": "prettier --write src/**/*.ts",
"prepare": "npm run build",
"postinstall": "node scripts/setup-commands.js postinstall && echo '✨ PDCA 已安裝!使用 pdca 指令開始,或在 Claude Code 中使用 /pdca。'"
},
"keywords": [
"pdca",
"ai",
"claude",
"gemini",
"openai",
"multi-agent",
"agent",
"orchestration",
"tmux",
"development",
"automation",
"typescript",
"loop-control",
"cost-management",
"configuration",
"cli"
],
"author": {
"name": "Raiy",
"email": "ping@raiy.ai",
"url": "https://github.com/RayYangTW"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/RayYangTW/pdca.git"
},
"bugs": {
"url": "https://github.com/RayYangTW/pdca/issues"
},
"homepage": "https://github.com/RayYangTW/pdca",
"engines": {
"node": ">=18.0.0"
},
"os": [
"darwin",
"linux"
],
"cpu": [
"x64",
"arm64"
],
"dependencies": {
"blessed": "^0.1.81",
"chalk": "^5.3.0",
"commander": "^11.1.0",
"ora": "^7.0.1",
"tokenx": "^1.1.0",
"yaml": "^2.3.4"
},
"devDependencies": {
"@types/blessed": "^0.1.25",
"@types/node": "^20.10.0",
"@types/yaml": "^1.9.6",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"eslint": "^8.55.0",
"jest": "^29.7.0",
"prettier": "^3.1.0",
"tsx": "^4.6.2",
"typescript": "^5.3.3"
},
"files": [
"dist/",
"scripts/",
".raiy-pdca/",
".claude/",
"README.md",
"LICENSE"
]
}