{
  "name": "ziron-client",
  "version": "9.9.4",
  "description": "Ziron client",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "license": "UNLICENSED",
  "files": [
    "dist/**/*",
    "!.DS_Store"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ZironServer/ziron-ts-client.git"
  },
  "author": {
    "name": "Ing. Luca Gian Scaringella",
    "email": "lucacode1@gmail.com"
  },
  "dependencies": {
    "emitix": "^2.3.2",
    "@types/node": "^18.16.3",
    "@types/ws": "^8.18.1",
    "ziron-errors": "1.5.0",
    "ziron-events": "1.5.0",
    "ziron-engine": "2.4.0",
    "buffer": "^6.0.3",
    "url": "^0.11.0",
    "is-ip": "^3.1.0",
    "ws": "^8.18.2"
  },
  "browser": {
    "ws": "./dist/lib/core/BrowserWs.js"
  },
  "devDependencies": {
    "typescript": "^5.8.3",
    "gulp": "^5.0.1",
    "gulp-optimize-js": "1.1.0",
    "gulp-terser": "1.2.0",
    "gulp-typescript": "^5.0.1",
    "del": "^5.1.0",
    "ts-node": "^8.0.3"
  },
  "overrides": {
    "gulp-typescript": {
      "source-map": "0.7.4"
    }
  },
  "scripts": {
    "build": "gulp build",
    "prepublishOnly": "npm run build",
    "test": "mocha --exit -r ts-node/register test/**/*.ts"
  },
  "keywords": [
    "websocket",
    "realtime",
    "ziron",
    "fast",
    "lightway"
  ]
}
