{
  "name": "@moonwalker/graphql-nats-subscriptions",
  "version": "0.1.7",
  "description": "GraphQL subscriptions over NATS",
  "author": "Moon & Walker Technoligies",
  "license": "MIT",
  "repository": "moonwalker/graphql-nats-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.0.0",
    "iterall": "^1.2.2",
    "nats": "^1.0.1"
  },
  "devDependencies": {
    "@types/node": "^10.12.10",
    "rimraf": "^2.6.2",
    "rollup": "^0.67.3",
    "rollup-plugin-typescript2": "^0.18.0",
    "typescript": "^3.1.6"
  }
}
