updates to doc and package

This commit is contained in:
Brian Madison
2025-06-14 20:39:46 -05:00
parent 2e4f9f0210
commit 1913aeec0a
2 changed files with 10 additions and 10 deletions

View File

@@ -4,8 +4,8 @@
"description": "Breakthrough Method of Agile AI-driven Development",
"main": "tools/cli.js",
"bin": {
"bmad": "./tools/bmad-npx-wrapper.js",
"bmad-method": "./tools/bmad-npx-wrapper.js"
"bmad": "tools/bmad-npx-wrapper.js",
"bmad-method": "tools/bmad-npx-wrapper.js"
},
"scripts": {
"build": "node tools/cli.js build",
@@ -45,7 +45,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/bmadcode/BMAD-METHOD.git"
"url": "git+https://github.com/bmadcode/BMAD-METHOD.git"
},
"engines": {
"node": ">=14.0.0"