{
  "name": "@niemen/graphql-nats-streaming-subscriptions",
  "version": "0.1.7",
  "description": "GraphQL subscriptions over NATS Streaming",
  "author": "niemen",
  "license": "MIT",
  "repository": "niemen/graphql-nats-streaming-subscriptions",
  "main": "lib/index.js",
  "scripts": {
    "watch": "tsc -w",
    "build": "rollup -c",
    "prepublishOnly": "npm run build",
    "incver": "npm version patch -m ':package: release %s'",
    "bump": "npm run incver && git push --follow-tags && npm publish"
  },
  "dependencies": {
    "graphql-subscriptions": "^1.1.0",
    "iterall": "^1.2.2",
    "node-nats-streaming": "^0.2.6"
  },
  "devDependencies": {
    "@types/node": "^12.7.3",
    "rimraf": "^3.0.0",
    "rollup": "^1.20.3",
    "rollup-plugin-typescript2": "^0.24.0",
    "typescript": "^3.6.2"
  }
}
