Files
cve-dashboard/package.json

22 lines
429 B
JSON
Raw Permalink Normal View History

2026-01-27 04:06:03 +00:00
{
"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": {
"bcryptjs": "^3.0.3",
"cookie-parser": "^1.4.7",
2026-01-27 04:06:03 +00:00
"cors": "^2.8.6",
"dotenv": "^16.6.1",
2026-01-27 04:06:03 +00:00
"express": "^5.2.1",
"multer": "^2.0.2",
"sqlite3": "^5.1.7"
}
}