secret-scan-cli
Version:
A tool to scan codebases for potential secrets and sensitive information
40 lines (39 loc) • 919 B
JSON
{
"name": "secret-scan-cli",
"version": "1.0.0",
"description": "A tool to scan codebases for potential secrets and sensitive information",
"type": "module",
"main": "src/main.js",
"bin": {
"secret-scan": "bin/scan.js"
},
"scripts": {
"scan": "node bin/scan.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"security",
"secrets",
"scanner",
"git",
"pre-commit",
"sensitive-data"
],
"author": "arun jayaraj",
"repository": {
"type": "git",
"url": "git+https://github.com/yourusername/secret-scanner.git"
},
"bugs": {
"url": "https://github.com/yourusername/secret-scanner/issues"
},
"homepage": "https://github.com/yourusername/secret-scanner#readme",
"license": "MIT",
"dependencies": {
"@arunjayaraj/secret-scanner-cli": "^1.0.0",
"chalk": "^5.3.0"
},
"engines": {
"node": ">=14.16"
}
}