tops-bmad
Version:
CLI tool to install BMAD workflow files into any project with integrated Shai-Hulud 2.0 security scanning
44 lines (43 loc) • 1.19 kB
JSON
{
"name": "tops-bmad",
"version": "1.2.57",
"description": "CLI tool to install BMAD workflow files into any project with integrated Shai-Hulud 2.0 security scanning",
"main": "bin/index.js",
"bin": {
"tops-bmad": "bin/index.js"
},
"type": "module",
"dependencies": {
"inquirer": "^9.0.0",
"node-fetch": "^3.3.1",
"adm-zip": "^0.5.10",
"fs-extra": "^11.2.0",
"glob": "^10.3.1",
"js-yaml": "^4.1.0",
"chalk": "^5.3.0"
},
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"encrypt-zip": "node scripts/encrypt-zip.js",
"test-decryption": "node scripts/test-decryption.js",
"prepublishOnly": "node scripts/prepublish.js",
"publish:package": "npm publish --ignore-scripts=false --access public",
"security:scan": "node security-tools/scripts/scan-workspace.js",
"security:update": "node security-tools/scripts/update-package-db.js",
"security:dashboard": "node security-tools/scripts/security-dashboard.js"
},
"keywords": [
"bmad",
"cli",
"workflow",
"automation",
"security",
"shai-hulud",
"supply-chain",
"vulnerability-scanning"
],
"author": "",
"license": "MIT"
}