Files
BMAD-METHOD/package.json
2025-06-10 18:14:45 -05:00

33 lines
608 B
JSON

{
"name": "bmad-method",
"version": "4.0.0",
"description": "Breakthrough Method of Agile AI-driven Development",
"main": "tools/cli.js",
"bin": {},
"scripts": {},
"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"
}
}