{
  "name": "airpc",
  "version": "0.3.1",
  "license": "MIT",
  "author": "shinyoshiaki",
  "main": "lib/index.js",
  "files": [
    "lib",
    "src"
  ],
  "scripts": {
    "build": "tsc",
    "publish": "npm publish --access=public",
    "test": "jest",
    "type": "tsc --noEmit",
    "deploy": "./build.sh && yarn publish"
  },
  "jest": {
    "globals": {
      "ts-jest": {
        "tsConfig": "tsconfig.json"
      }
    },
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js"
    ],
    "preset": "ts-jest",
    "testMatch": [
      "**/*.test.ts"
    ]
  },
  "dependencies": {
    "@msgpack/msgpack": "^1.9.3",
    "rxjs": "^6.5.3",
    "typescript": "^3.7.2"
  },
  "devDependencies": {
    "@types/jest": "^24.0.23",
    "@types/node": "^12.12.14",
    "get-port": "^5.1.1",
    "jest": "^24.9.0",
    "redux": "^4.0.4",
    "ts-jest": "^24.1.0",
    "ts-node": "^8.5.2",
    "tslib": "^1.10.0"
  }
}
