{ "name": "gsm3-server", "version": "1.0.0", "type": "module", "main": "dist/index.js", "scripts": { "dev": "tsx watch src/index.ts", "build": "tsc", "start": "node dist/index.js", "test": "jest" }, "dependencies": { "cors": "^2.8.5", "dotenv": "^16.3.1", "express": "^4.18.2", "helmet": "^7.1.0", "joi": "^17.11.0", "socket.io": "^4.7.4", "uuid": "^9.0.1", "winston": "^3.11.0", "archiver": "^6.0.1", "unzipper": "^0.10.14", "multer": "^1.4.5-lts.1", "jsonwebtoken": "^9.0.2", "bcryptjs": "^2.4.3", "express-rate-limit": "^7.1.5" }, "devDependencies": { "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@types/jest": "^29.5.8", "@types/node": "^20.10.5", "@types/uuid": "^9.0.7", "@types/archiver": "^6.0.2", "@types/multer": "^1.4.11", "@types/jsonwebtoken": "^9.0.5", "@types/bcryptjs": "^2.4.6", "jest": "^29.7.0", "tsx": "^4.6.2", "typescript": "^5.3.3" } }