{ "name": "chatim", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "cross-env NODE_ENV=development silent=true node --inspect index.js", "start:debug": "cross-env NODE_ENV=development npx nodemon --inspect index.js", "production": "cross-env NODE_ENV=production node index.js" }, "type": "module", "author": "", "license": "ISC", "dependencies": { "@elastic/elasticsearch": "^8.1.0", "@socket.io/admin-ui": "^0.2.0", "@socket.io/cluster-adapter": "^0.1.0", "@socket.io/redis-adapter": "^7.1.0", "@socket.io/sticky": "^1.0.1", "axios": "^0.27.2", "bcrypt": "^5.0.1", "bcryptjs": "^2.4.3", "dotenv-flow": "^3.2.0", "eiows": "^3.7.3", "elastic-apm-node": "^3.31.0", "engine.io": "^6.1.2", "fastify": "^3.25.3", "fastify-socket.io": "^3.0.0", "recluster": "^1.0.0", "redis": "^4.0.2", "socket.io": "^4.4.1", "socket.io-msgpack-parser": "^3.0.1", "socket.io-prometheus-v3": "^1.0.3", "tls-sig-api-v2": "^1.0.2", "uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.4.0", "winston": "^3.4.0", "winston-elasticsearch": "^0.16.1" }, "optionalDependencies": { "bufferutil": "^4.0.6", "utf-8-validate": "^5.0.8" }, "devDependencies": { "cross-env": "^7.0.3", "socket.io-client": "^4.4.1" } }