{ "name": "bmad-claude-integration", "version": "1.0.0", "description": "BMAD-METHOD integration for Claude Code using subagents", "main": "index.js", "scripts": { "test": "jest", "test:unit": "jest --testPathPattern=unit", "test:ai": "jest --testPathPattern=ai-judge", "test:interactive": "node tests/harness/claude-interactive-test.js run", "test:scenario": "node tests/harness/claude-interactive-test.js scenario", "benchmark": "node tests/performance/benchmark.js", "install:local": "node installer/install.js", "uninstall": "node installer/uninstall.js", "generate:routers": "node lib/router-generator.js", "queue:init": "node core/message-queue.js init", "queue:metrics": "node core/message-queue.js metrics", "queue:list": "node core/message-queue.js list", "session:list": "node core/session-manager.js list", "clean": "rm -rf ./test-bmad ./benchmark-temp ./.bmad" }, "keywords": [ "bmad", "claude", "subagents", "ai", "development" ], "author": "", "license": "MIT", "dependencies": { "js-yaml": "^4.1.0", "openai": "^5.10.2" }, "devDependencies": { "@anthropic-ai/sdk": "^0.20.0", "jest": "^29.7.0" } }