{
  "name": "omelox-robot",
  "version": "3.0.3",
  "private": false,
  "dependencies": {
    "cliff": "^0.1.10",
    "socket.io": "^2.3.0",
    "socket.io-client": "^2.3.0",
    "typescript": "3.7.3",
    "underscore": "1.9.1"
  },
  "devDependencies": {
    "@types/cliff": "^0.1.4",
    "@types/node": "8.10.54",
    "@types/socket.io-client": "^1.4.32",
    "@types/underscore": "^1.9.4"
  },
  "scripts": {
    "build": "tsc",
    "start": "yarn run build && node dist/index",
    "fix-lint": "node_modules/.bin/tslint --format prose -c ../../tslint.json lib/**/*.ts test/**/*.ts --fix",
    "test": "yarn run build",
    "cov": "nyc mocha",
    "ci": "yarn run test",
    "gen-api-ref": "node ../../node_modules/typedoc/bin/typedoc --mode file --hideGenerator --excludeExternals --ignoreCompilerErrors --out ../../run/site/public/api-reference/omelox lib/"
  },
  "files": [
    "dist",
    "lib",
    "index.ts"
  ],
  "readmeFilename": "README.md",
  "gitHead": "d33db82d670b7a5d21c95e15f91548f8a8ba7821",
  "description": "omelox-robot is a simple tool to benchmark the socket.io server's performance.",
  "main": "./dist/index",
  "types": "./index.ts",
  "repository": {
    "type": "git",
    "url": "git://github.com/node-omelox/omelox.git"
  },
  "keywords": [
    "omelox",
    "client",
    "robot"
  ],
  "author": "palmtoy",
  "license": "MIT"
}
