detect-secrets-js
Version:
A JavaScript implementation of Yelp's detect-secrets tool - no Python required
58 lines (57 loc) • 1.37 kB
JSON
{
"name": "detect-secrets-js",
"version": "2.1.1",
"description": "A JavaScript implementation of Yelp's detect-secrets tool - no Python required",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"detect-secrets-js": "bin/cli.js"
},
"scripts": {
"build": "node scripts/build.js",
"dev": "tsc --watch",
"test": "jest",
"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"
},
"devDependencies": {
"@types/node": "^18.19.80",
"copy-webpack-plugin": "^11.0.0",
"ts-loader": "^9.4.1",
"typescript": "^4.8.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"engines": {
"node": ">=14.0.0"
},
"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",
"type": "commonjs"
}