{
  "name": "kokoro-io",
  "description": "kokoro.io SDK for Node.js",
  "version": "0.9.5",
  "author": "mohemohe",
  "dependencies": {
    "form-data": "^2.3.2",
    "node-fetch": "^2.1.2",
    "ws": "^5.2.0"
  },
  "devDependencies": {
    "@types/form-data": "^2.2.1",
    "@types/node-fetch": "^2.1.1",
    "@types/ws": "^5.1.2",
    "alsatian": "^2.2.1",
    "source-map-support": "^0.5.6",
    "tap-diff": "^0.1.1",
    "ts-node": "^6.1.1",
    "tslint": "^5.10.0",
    "typescript": "^2.9.2"
  },
  "license": "WTFPL",
  "main": "dist/src/index.js",
  "repository": "git@github.com:mohemohe/kokoro.io.js.git",
  "scripts": {
    "build": "tsc",
    "prepack": "rm -rf dist; yarn build; sync; sync; sync; sleep 1",
    "test:build": "tsc --noEmit",
    "test:unit": "ts-node test/Runner.ts",
    "test": "yarn test:build && yarn test:unit"
  }
}
