initial commit

This commit is contained in:
Sebastian Kiepsch
2025-09-10 16:01:44 +02:00
commit c01eb78463
8 changed files with 601 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"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"
}
}