# [4.32.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.31.0...v4.32.0) (2025-07-27) ### Bug Fixes * Add package-lock.json to fix GitHub Actions dependency resolution ([cce7a75](cce7a758a6)) * GHA fix ([62ccccd](62ccccdc9e)) ### Features * Overhaul and Enhance 2D Unity Game Dev Expansion Pack ([#350](https://github.com/bmadcode/BMAD-METHOD/issues/350)) ([a7038d4](a7038d43d1))
44 lines
950 B
JSON
44 lines
950 B
JSON
{
|
|
"name": "bmad-method",
|
|
"version": "4.32.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"
|
|
}
|