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.12 kB
JSON
{
"name": "shai-hulud-detector",
"version": "1.0.0",
"description": "GitHub Action to detect Shai-Hulud 2.0 supply chain attack in npm dependencies",
"main": "dist/index.js",
"scripts": {
"build": "ncc build src/index.ts -o dist --source-map --license licenses.txt",
"test": "jest",
"lint": "eslint src/**/*.ts",
"format": "prettier --write src/**/*.ts"
},
"keywords": [
"github-action",
"security",
"npm",
"supply-chain",
"shai-hulud",
"vulnerability",
"scanner"
],
"author": "gensecaihq (https://github.com/gensecaihq)",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@actions/glob": "^0.4.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/node": "^20.10.0",
"@types/yargs": "^17.0.35",
"@vercel/ncc": "^0.38.1",
"typescript": "^5.3.2"
},
"repository": {
"type": "git",
"url": "https://github.com/gensecaihq/Shai-Hulud-2.0-Detector.git"
},
"bugs": {
"url": "https://github.com/gensecaihq/Shai-Hulud-2.0-Detector/issues"
},
"homepage": "https://github.com/gensecaihq/Shai-Hulud-2.0-Detector#readme"
}