* feat: add expansion pack installation system with game dev and infrastructure expansion packs - Added expansion pack discovery and installation to BMAD installer - Supports interactive and CLI installation of expansion packs - Expansion pack files install to destination root (.bmad-core) - Added game development expansion pack (.bmad-2d-phaser-game-dev) - Game designer, developer, and scrum master agents - Game-specific templates, tasks, workflows, and guidelines - Specialized for Phaser 3 + TypeScript development - Added infrastructure devops expansion pack (.bmad-infrastructure-devops) - Platform engineering agent and infrastructure templates - Expansion pack agents automatically integrate with IDE rules - Added list:expansions command and --expansion-packs CLI option 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com> * alpha expansion packs and installer update to support installing expansion packs optionally * node20 --------- Co-authored-by: Brian Madison <brianmadison@Brians-MacBook-Pro.local> Co-authored-by: Claude <noreply@anthropic.com>
44 lines
949 B
JSON
44 lines
949 B
JSON
{
|
|
"name": "bmad-method",
|
|
"version": "4.4.0",
|
|
"description": "BMAD Method installer - AI-powered Agile development framework",
|
|
"main": "lib/installer.js",
|
|
"bin": {
|
|
"bmad": "./bin/bmad.js",
|
|
"bmad-method": "./bin/bmad.js"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"bmad",
|
|
"agile",
|
|
"ai",
|
|
"development",
|
|
"framework",
|
|
"installer",
|
|
"agents"
|
|
],
|
|
"author": "BMAD Team",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^5.4.1",
|
|
"commander": "^14.0.0",
|
|
"fs-extra": "^11.3.0",
|
|
"inquirer": "^12.6.3",
|
|
"js-yaml": "^4.1.0",
|
|
"ora": "^8.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bmad-team/bmad-method.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/bmad-team/bmad-method/issues"
|
|
},
|
|
"homepage": "https://github.com/bmad-team/bmad-method#readme"
|
|
}
|