zyph
Version:
A dependency scanner that detects suspicious code.
61 lines (60 loc) • 1.17 kB
JSON
{
"name": "zyph",
"version": "0.0.7",
"description": "A dependency scanner that detects suspicious code.",
"main": "bin/cli.js",
"scripts": {
"scan": "node bin/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SouthernCode/zyph-npm.git"
},
"bin": {
"zyph": "./bin/cli.js"
},
"keywords": [
"malicious",
"code",
"security",
"dependency",
"scanner",
"npm",
"security",
"malware",
"detection",
"software",
"security",
"package",
"security",
"supply",
"chain",
"security",
"zyph",
"devsecops",
"open",
"source",
"suspicious",
"security"
],
"author": "Southern Code Inc",
"license": "MIT",
"bugs": {
"url": "https://github.com/SouthernCode/zyph-npm/issues"
},
"homepage": "https://github.com/SouthernCode/zyph-npm#readme",
"dependencies": {
"@babel/parser": "^7.26.7",
"axios": "^1.4.0",
"chalk": "^5.3.0",
"cli-progress": "^3.12.0",
"esprima": "^4.0.1",
"fs-extra": "^11.1.1",
"glob": "^10.3.3",
"path": "^0.12.7"
},
"files": [
"bin/cli.js",
"bin/heuristics.js"
]
}