UNPKG

tops-bmad

Version:

CLI tool to install BMAD workflow files into any project with integrated Shai-Hulud 2.0 security scanning

47 lines (46 loc) 1.37 kB
{ "name": "tops-bmad", "version": "1.2.36", "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", "tops-bmad-security-scan": "bin/security-scan.js", "tops-bmad-security-update": "bin/security-update.js", "tops-bmad-security-dashboard": "bin/security-dashboard.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", "preinstall": "node security-tools/scripts/scan-workspace.js --project .", "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" }