UNPKG

secretshield

Version:

🛡️ SecretShield is a CLI tool that detects API keys and sensitive credentials before you commit code.

30 lines (29 loc) 598 B
{ "name": "secretshield", "version": "1.1.0", "description": "🛡️ SecretShield is a CLI tool that detects API keys and sensitive credentials before you commit code.", "main": "index.js", "bin": { "secretshield": "bin/index.js" }, "type": "commonjs", "scripts": { "test": "node bin/index.js" }, "keywords": [ "cli", "git", "pre-commit", "secrets", "security", "api-key", "credentials", "secret-detection", "hook" ], "author": "Arun Singh Pundir - DeCodeDev", "license": "MIT", "dependencies": { "chalk": "^4.1.2" } }