{
  "name": "hydra-dispatch",
  "version": "0.2.14",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "prepare": "npm run build",
    "build": "tsc --outDir dist",
    "test": "mocha -r ts-node/register/transpile-only index.test.ts"
  },
  "dependencies": {
    "rxjs": "^6.5.3",
    "functools-ts": "1.0.3"
  },
  "devDependencies": {
    "@types/chai": "^4.1.7",
    "@types/mocha": "^7.0.2",
    "@types/node": "^11.9.5",
    "chai": "^4.2.0",
    "mocha": "^8.1.1",
    "ts-mocha": "^7.0.0",
    "typescript": "^3.5.3"
  }
}
