Files
node-vuln-checker/package.json
Sebastian Kiepsch c01eb78463 initial commit
2025-09-10 16:01:44 +02:00

16 lines
280 B
JSON

{
"name": "vuln-checker",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"tableify": "^1.1.1"
}
}