{
  "name": "graphql-mongoose-subscriptions",
  "version": "1.0.18",
  "description": "A graphql-subscriptions PubSub Engine using mongoose",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Nickolasmv/graphql-mongoose-subscriptions.git"
  },
  "keywords": [
    "graphql",
    "mongoose",
    "apollo",
    "subscriptions"
  ],
  "author": "Nickolasmv",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Nickolasmv/graphql-mongoose-subscriptions/issues"
  },
  "homepage": "https://github.com/Nickolasmv/graphql-mongoose-subscriptions",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "babel src -d dist",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "aws4": "^1.13.2",
    "iterall": "^1.3.0",
    "mongoose": "^8.7.2"
  },
  "peerDependencies": {
    "graphql-subscriptions": "^1.0.0"
  },
  "devDependencies": {
    "@types/chai": "^4.2.12",
    "@types/chai-as-promised": "^7.1.3",
    "@types/mocha": "^8.0.3",
    "@types/node": "14.6.4",
    "babel-cli": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "eslint": "^7.7.0",
    "graphql": "^15.3.0",
    "graphql-subscriptions": "^1.1.0",
    "mocha": "^8.1.3"
  }
}
