{
  "name": "gusher-js",
  "version": "1.1.0",
  "description": "gusher.cluster client",
  "main": "lib/gusher.js",
  "types": "lib/gusher.d.ts",
  "scripts": {
    "dev": "nodemon --exec ts-node -- example/server.ts",
    "build": "npm run build:tsc && npm run build:webpack",
    "build:tsc": "rm -rf ./lib/* && tsc",
    "build:webpack": "webpack",
    "version": "standard-version"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/swcleo/gusher-js"
  },
  "keywords": [
    "gusher"
  ],
  "bugs": {
    "url": "https://github.com/swcleo/gusher-js/issues"
  },
  "homepage": "https://github.com/swcleo/gusher-js",
  "author": "leo_chen",
  "license": "MIT",
  "files": [
    "lib",
    "dist"
  ],
  "devDependencies": {
    "@types/events": "^3.0.0",
    "@types/lodash.chunk": "4.2.6",
    "@types/ws": "6.0.4",
    "clean-webpack-plugin": "3.0.0",
    "lodash.chunk": "4.2.0",
    "nodemon": "2.0.2",
    "standard-version": "^9.2.0",
    "ts-loader": "6.2.1",
    "ts-node": "8.5.4",
    "typescript": "3.7.4",
    "webpack": "4.41.4",
    "webpack-cli": "3.3.10",
    "ws": "7.2.1"
  },
  "dependencies": {
    "events": "3.0.0"
  }
}
