{
  "name": "@apollo-waterline/server",
  "version": "0.3.4",
  "description": "An easy to use implementation of graphql apollo server 2.x , but with Waterline ORM implemented, for easy setup of db or filestore driven APIs",
  "main": "lib/index.js",
  "bin": {
    "apollo-waterline": "./bin/apollo-waterline-cli.js",
    "awc": "./bin/apollo-waterline-cli.js"
  },
  "dependencies": {
    "@apollo-waterline/errors": "^0.2.4",
    "@apollo-waterline/policies": "^0.2.5",
    "@apollo/federation": "^0.10.1",
    "@saeris/graphql-scalars": "^1.3.3",
    "@sailshq/lodash": "^3.10.4",
    "apollo-server-express": "^2.9.5",
    "async": "^3.1.0",
    "body-parser": "^1.19.0",
    "captains-log": "^2.0.3",
    "colors": "^1.4.0",
    "commander": "^3.0.2",
    "common-js-file-extensions": "^1.0.3",
    "cookie-parser": "^1.4.4",
    "csurf": "^1.10.0",
    "dotenv": "^8.1.0",
    "esm": "^3.2.25",
    "express": "^4.17.1",
    "glob": "^7.1.4",
    "graphql": "^14.5.8",
    "graphql-deduplicator": "^2.0.5",
    "graphql-import": "^0.7.1",
    "graphql-middleware": "^4.0.1",
    "graphql-tools": "^4.0.5",
    "include-all": "^4.0.3",
    "inquirer": "^7.0.0",
    "lodash": "^4.17.15",
    "loglevel": "^1.6.4",
    "merge-dictionaries": "^1.0.0",
    "mkdirp": "^0.5.1",
    "sails-disk": "^1.1.2",
    "sails-hook-orm": "^2.1.1",
    "subscriptions-transport-ws": "^0.9.16",
    "template-file": "^3.1.0",
    "waterline": "^0.13.6",
    "waterline-utils": "^1.4.2",
    "yargs": "^14.2.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "lodash": " >=4.17.15"
  },
  "devDependencies": {
    "@types/jest": "^24.0.18",
    "jest": "^24.9.0"
  },
  "scripts": {
    "npm:patch": "npm version patch\n && git push —-tags origin master\n && npm publish --access public",
    "npm:publish": "npm publish --access public",
    "test": "jest",
    "bin:test": "awc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/apollo-waterline/server.git"
  },
  "keywords": [
    "graphql",
    "apollo",
    "server",
    "gateway",
    "sails",
    "waterline",
    "yoga"
  ],
  "author": "Johannes Pichler <j.pichler@webpixels.at>",
  "license": "MIT",
  "bugs": {
    "url": "https://gitlab.com/apollo-waterline/server/issues"
  },
  "homepage": "https://gitlab.com/apollo-waterline/server/wikis/home"
}
