{
  "name": "reactive-graphql",
  "repository": {
    "type": "git",
    "url": "https://github.com/mesosphere/reactive-graphql"
  },
  "main": "./dist/index.js",
  "typings": "dist/index",
  "files": [
    "dist"
  ],
  "version": "4.0.1",
  "license": "Apache-2.0",
  "scripts": {
    "test": "jest",
    "clean": "rimraf dist",
    "prepare": "npm run build",
    "prebuild": "npm run clean",
    "build": "tsc -p tsconfig.dist.json"
  },
  "dependencies": {
    "graphql": "^14.5.4",
    "iterall": "^1.2.2",
    "memoizee": "^0.4.14",
    "util": "^0.12.1"
  },
  "peerDependencies": {
    "rxjs": "^6.0.0"
  },
  "devDependencies": {
    "@types/graphql": "14.0.2",
    "@types/jest": "23.3.10",
    "@types/memoizee": "^0.4.2",
    "delay": "^4.3.0",
    "graphql-tools": "4.0.3",
    "jest": "23.6.0",
    "rimraf": "2.6.2",
    "rxjs": "6.3.3",
    "rxjs-marbles": "5.0.0",
    "semantic-release": "^15.12.4",
    "ts-jest": "23.10.5",
    "typescript": "3.2.1"
  }
}
