{
  "name": "mobx-websocket",
  "version": "0.0.5",
  "description": "Reactive state sync library with websockets and mobx",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "dependencies": {
    "socket.io": "^2.3.0",
    "socket.io-client": "^2.3.0",
    "mobx": "^6.1.0"
  },
  "devDependencies": {
    "@types/socket.io": "^2.1.11",
    "@types/socket.io-client": "^1.4.33",
    "@types/jest": "^24.0.21",
    "@types/node": "^12.12.5",
    "jest": "^24.9.0",
    "prettier": "^1.18.2",
    "rimraf": "^3.0.0",
    "ts-jest": "^26.1.0",
    "ts-lint": "^4.5.1",
    "tslint": "^5.20.1",
    "tslint-config-prettier": "^1.18.0",
    "tslint-microsoft-contrib": "^6.2.0",
    "tsutils": "^3.17.1",
    "typescript": "^3.9.5"
  },
  "scripts": {
    "build": "rimraf dist/ & tsc",
    "build:watch": "rimraf dist/ & tsc --watch",
    "test": "jest"
  },
  "author": "lu.karczewski@gmail.com",
  "license": "MIT"
}
