Initial commit: CVE Dashboard v1.0

This commit is contained in:
2026-01-27 04:06:03 +00:00
commit 80f32b0412
5 changed files with 579 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "cve-dashboard",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.6",
"express": "^5.2.1",
"multer": "^2.0.2",
"sqlite3": "^5.1.7"
}
}