dashboard/package.json

16 lines
312 B
JSON

{
"name": "cyber-dashboard",
"version": "1.0.0",
"description": "Cyber analyst personal dashboard",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.18.2",
"fast-xml-parser": "^4.3.2",
"node-fetch": "^2.7.0",
"ws": "^8.16.0"
}
}