{
  "name": "pusher-chatkit-server",
  "description": "Pusher Chatkit server library",
  "version": "0.12.0",
  "main": "./target/index.js",
  "license": "MIT",
  "author": "Pusher",
  "types": "target/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pusher/chatkit-server-node.git"
  },
  "scripts": {
    "build": "rm -rf lib target && tsc",
    "test": "echo Testing...\n",
    "install-pkg": "if type yarn &> /dev/null; then yarn; else npm i; fi"
  },
  "dependencies": {
    "jsonwebtoken": "^8.2.0",
    "pusher-platform-node": "~0.13.0"
  },
  "devDependencies": {
    "babel-core": "^6.25.0",
    "babel-preset-es2015": "^6.24.1",
    "dts-bundle": "^0.7.3",
    "typescript": "^2.6.1"
  }
}
