pkg update

This commit is contained in:
Brian Madison
2025-06-13 16:36:48 -05:00
parent 6e63bf2241
commit 03241a73d6

View File

@@ -12,7 +12,8 @@
"build:agents": "node tools/cli.js build --agents-only", "build:agents": "node tools/cli.js build --agents-only",
"build:teams": "node tools/cli.js build --teams-only", "build:teams": "node tools/cli.js build --teams-only",
"list:agents": "node tools/cli.js list:agents", "list:agents": "node tools/cli.js list:agents",
"validate": "node tools/cli.js validate" "validate": "node tools/cli.js validate",
"install:bmad": "node tools/installer/bin/bmad.js install"
}, },
"dependencies": { "dependencies": {
"commander": "^9.4.1", "commander": "^9.4.1",