npm-audit-guard
Version:
CLI tool for npm security audit with blacklist functionality and progress bar
60 lines (59 loc) • 1.26 kB
JSON
{
"name": "npm-audit-guard",
"version": "1.0.2",
"description": "CLI tool for npm security audit with blacklist functionality and progress bar",
"main": "dist/index.js",
"bin": {
"audit-guard": "./bin/audit-guard.js"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"prepublishOnly": "npm run build",
"test": "echo \"Tests coming soon\" && exit 0"
},
"keywords": [
"npm",
"audit",
"security",
"vulnerabilities",
"cli",
"dependencies",
"blacklist",
"junit",
"ci-cd",
"vulnerability-scanner",
"security-audit",
"npm-audit",
"devops"
],
"author": "KOeker",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/KOeker/npm-audit-guard.git"
},
"bugs": {
"url": "https://github.com/KOeker/npm-audit-guard/issues"
},
"homepage": "https://github.com/KOeker/npm-audit-guard#readme",
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"chalk": "^4.1.2",
"cli-progress": "^3.12.0",
"commander": "^11.1.0"
},
"devDependencies": {
"@types/cli-progress": "^3.11.5",
"@types/node": "^20.10.5",
"typescript": "^5.3.3"
},
"files": [
"dist",
"bin",
"README.md",
"LICENSE"
]
}