iq4u8/evidzone
0
1{2 "name": "iq4u8-server",3 "version": "2.0.3",4 "description": "iq4u8 SERVER - Multi-User VPS Dashboard",5 "author": "Security hardened by Sherlock 🕵️",6 "main": "server.js",7 "scripts": {8 "start": "node server.js"9 },10 "dependencies": {11 "express": "^4.18.2",12 "ws": "^8.16.0",13 "node-pty": "^1.0.0",14 "multer": "^1.4.5-lts.1",15 "bcryptjs": "^2.4.3",16 "unzipper": "^0.12.3",17 "cors": "^2.8.5",18 "mongoose": "^7.6.3",19 "jsonwebtoken": "^9.0.2",20 "google-auth-library": "^9.6.0",21 "dotenv": "^16.4.5"22 }23}