{
  "name": "moleculer-io",
  "version": "3.0.0",
  "description": "An API GateWay service for Moleculer using Socket.IO",
  "main": "src/index.js",
  "directories": {
    "example": "examples"
  },
  "scripts": {
    "dev": "nodemon examples/index.js",
    "dev:client": "iola io ws://localhost:3000",
    "ci": "jest --watch",
    "deps": "npm-check -u",
    "test": "jest --coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/moleculerjs/moleculer-io.git"
  },
  "keywords": [
    "socket.io",
    "moleculer",
    "websocket",
    "microservice",
    "API Gateway"
  ],
  "author": "MoleculerJS",
  "license": "MIT",
  "dependencies": {
    "kleur": "^4.1.5",
    "lodash": "^4.17.23",
    "socket.io": "^4.8.3"
  },
  "devDependencies": {
    "@socket.io/redis-adapter": "^8.3.0",
    "eslint": "^9.39.4",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-n": "^17.24.0",
    "eslint-plugin-prettier": "^5.5.5",
    "eslint-plugin-promise": "^7.2.1",
    "eslint-plugin-security": "^4.0.0",
    "express": "^5.2.1",
    "globals": "^16.5.0",
    "jest": "^30.3.0",
    "moleculer": "^0.15.0",
    "moleculer-repl": "^0.8.0",
    "moleculer-web": "^0.11.0",
    "nodemon": "^3.1.14",
    "prettier": "^3.8.1",
    "socket.io-client": "^4.8.3",
    "winston": "^3.19.0"
  },
  "peerDependencies": {
    "moleculer": "^0.14.0 || ^0.15.0"
  },
  "engines": {
    "node": ">= 22.x.x"
  },
  "jest": {
    "testEnvironment": "node",
    "rootDir": "./src",
    "roots": [
      "../test"
    ],
    "coverageDirectory": "../coverage",
    "coveragePathIgnorePatterns": [
      "/node_modules/",
      "/test/"
    ]
  }
}
