detect-secrets-js
Version:
A JavaScript implementation of Yelp's detect-secrets tool - no Python required
57 lines • 1.3 kB
JSON
{
"name": "detect-secrets-js",
"version": "2.1.1",
"description": "A JavaScript implementation of Yelp's detect-secrets tool - no Python required",
"main": "wasm-version/dist/index.js",
"bin": {
"detect-secrets-js": "wasm-version/bin/cli.js"
},
"scripts": {
"build": "cd wasm-version && npm run build",
"test": "cd wasm-version && npm run build && node test/test.js",
"prepublishOnly": "npm run build"
},
"keywords": [
"security",
"secrets",
"scanner",
"detect-secrets",
"api-keys",
"credentials",
"security-scanner",
"secret-detection",
"webassembly",
"wasm",
"yelp"
],
"author": "Your Name <your.email@example.com> (https://your-website.com)",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"commander": "^9.4.0",
"ora": "^5.4.1",
"pyodide": "^0.23.4"
},
"engines": {
"node": ">=14.0.0"
},
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x64",
"ia32",
"arm64"
],
"repository": {
"type": "git",
"url": "https://github.com/Expedey/detect-secrets-js.git"
},
"bugs": {
"url": "https://github.com/Expedey/detect-secrets-js/issues"
},
"homepage": "https://github.com/Expedey/detect-secrets-js#readme",
"engineStrict": true
}