sanscript-scan
Version:
Integrated dependency risk awareness
26 lines (25 loc) • 574 B
JSON
{
"name": "sanscript-scan",
"version": "1.0.4",
"description": "Integrated dependency risk awareness",
"homepage": "https://sanscript.veryserious.systems/",
"keywords": [
"Security",
"Dependencies",
"Risk-Management"
],
"license": "SEE LICENSE IN LICENSE",
"author": "veryserious.systems",
"type": "commonjs",
"main": "bin/sanscript.js",
"bin": {
"sanscript": "./bin/sanscript.js"
},
"dependencies": {
"axios": "^1.11.0",
"chalk": "^4.1.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}