123456789101112131415161718192021222324252627282930313233 |
- {
- "name": "chatim",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "dev": "DEBUG=* node index.js",
- "hot-serve": "npx nodemon index.js"
- },
- "type": "module",
- "author": "",
- "license": "ISC",
- "dependencies": {
- "@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",
- "dotenv": "^14.2.0",
- "eiows": "^3.7.3",
- "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",
- "uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.4.0",
- "winston": "^3.4.0"
- },
- "optionalDependencies": {
- "bufferutil": "^4.0.6",
- "utf-8-validate": "^5.0.8"
- }
- }
|