clienvy
Version:
Secret Detection → Validation → Environment Migration → Code Remediation
39 lines (38 loc) • 741 B
JSON
{
"name": "clienvy",
"version": "2.0.0",
"description": "Secret Detection → Validation → Environment Migration → Code Remediation",
"type": "module",
"main": "bin/clenv.js",
"bin": {
"clenv": "bin/clenv.js",
"clienvy": "bin/clenv.js"
},
"files": [
"bin",
"src",
".clienvyignore"
],
"scripts": {
"clenv": "node bin/clenv.js"
},
"keywords": [
"environment",
"secrets",
"cli",
"dotenv",
"security",
"pre-commit",
"secret-scanner"
],
"license": "MIT",
"dependencies": {
"chalk": "^5.4.1",
"commander": "^14.0.0",
"fast-glob": "^3.3.3",
"fs-extra": "^11.3.0"
},
"engines": {
"node": ">=18"
}
}