{
  "name": "rx-txjs",
  "version": "0.3.7",
  "description": "An applicaiton execution model using RxJS",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "scripts": {
    "build": "tsc -sourcemap --declaration",
    "test": "tsc; nyc mocha dist/tests/**/*.spec.js",
    "ts-test": "mocha -r ts-node/register tests/**/*.spec.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tsemach/typescript-txjs.git"
  },
  "keywords": [
    "RxJS",
    "TxJS"
  ],
  "author": "Tsemach Mizrachi",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/tsemach/typescript-txjs/issues"
  },
  "homepage": "https://github.com/tsemach/typescript-txjs#readme",
  "nyc": {
    "require": [
      "ts-node/register"
    ],
    "extension": [
      ".ts"
    ],
    "reporter": [
      "lcov",
      "text-summary"
    ],
    "sourceMap": true,
    "instrument": true
  },
  "dependencies": {
    "@types/assert": "0.0.31",
    "@types/body-parser": "^1.17.1",
    "@types/bull": "^3.10.2",
    "@types/chai-http": "^4.2.0",
    "@types/cors": "^2.8.6",
    "@types/express": "^4.17.1",
    "@types/request-promise": "^4.1.44",
    "@types/request-promise-native": "^1.0.16",
    "assert": "^2.0.0",
    "axios": "^0.19.0",
    "bull": "^3.10.0",
    "chai-http": "^4.3.0",
    "child_process": "^1.0.2",
    "colors": "^1.3.3",
    "cors": "^2.8.5",
    "express": "^4.17.1",
    "inversify": "^5.0.1",
    "lodash": "^4.17.15",
    "logging": "^3.2.0",
    "mongodb": "^3.3.0",
    "nyc": "^14.1.1",
    "reflect-metadata": "^0.1.13",
    "request": "^2.88.0",
    "request-promise": "^4.2.4",
    "request-promise-native": "^1.0.7",
    "rxjs": "^6.5.2",
    "rxjs-compat": "^6.5.2",
    "short-uuid": "^3.1.1",
    "typescript": "^3.5.3",
    "typescript-rabbitmq": "0.0.8",
    "url-parse": "^1.4.7",
    "validator": "^11.1.0",
    "wait-on": "^3.3.0"
  },
  "devDependencies": {
    "@types/chai": "^4.2.0",
    "@types/lodash": "^4.14.137",
    "@types/mocha": "^5.2.7",
    "@types/proxyquire": "^1.3.28",
    "@types/sinon": "^7.0.13",
    "chai": "^4.2.0",
    "mocha": "^6.2.0",
    "proxyquire": "^2.1.3",
    "sinon": "^7.4.1",
    "ts-node": "^8.3.0"
  }
}
