Files
BMAD-METHOD/package.json
Brian Madison 54406fa871 expansion-packs
2025-06-08 16:18:35 -05:00

43 lines
1.0 KiB
JSON

{
"name": "bmad-method",
"version": "4.0.0",
"description": "Breakthrough Method of Agile AI-driven Development",
"main": "tools/cli.js",
"bin": {
"bmad-build": "tools/cli.js"
},
"scripts": {
"build": "node tools/cli.js build",
"build:sample-update": "node tools/cli.js build --sample-update",
"list:agents": "node tools/cli.js list:agents",
"analyze:deps": "node tools/cli.js analyze:deps",
"validate": "node tools/cli.js validate",
"install:expansion": "node tools/install-expansion-pack.js",
"test": "echo \"Tests not yet implemented\" && exit 0"
},
"dependencies": {
"commander": "^9.4.1",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"jest": "^29.5.0"
},
"keywords": [
"agile",
"ai",
"development",
"methodology",
"agents",
"bmad"
],
"author": "Brian (BMad) Madison",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/your-org/bmad-method.git"
},
"engines": {
"node": ">=14.0.0"
}
}