{
  "name": "@gopato/graphql",
  "version": "2.2.2",
  "author": "GoPato",
  "description": "Set of tools to work with GraphQL",
  "homepage": "",
  "files": [
    "lib",
    "tools.js"
  ],
  "main": "lib/index.js",
  "keywords": [],
  "engines": {
    "node": ">=8.0.0"
  },
  "scripts": {
    "build": "npm run clean && babel src --out-dir lib && npm run build:flow",
    "build:flow": "find ./src -name '*.js' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done",
    "clean": "rimraf ./lib",
    "prepublish": "npm run build",
    "test": "mocha --compilers js:babel-register",
    "lint": "eslint src"
  },
  "dependencies": {
    "apollo-engine": "^0.8.5",
    "bluebird": "^3.5.0",
    "body-parser": "^1.17.2",
    "compression": "^1.7.1",
    "graphql-request": "^1.4.1",
    "lodash": "^4.11.1",
    "pluralize": "^4.0.0",
    "subscriptions-transport-ws": "^0.8.2"
  },
  "peerDependencies": {
    "graphql": "^0.10.3",
    "graphql-server-express": "^1.2.0"
  },
  "devDependencies": {
    "@gopato/babel-preset-node": "^1.0.0",
    "@gopato/eslint-config-js": "^1.0.7",
    "babel-cli": "^6.23.0",
    "chai": "^3.5.0",
    "chai-as-promised": "^6.0.0",
    "express": "^4.15.2",
    "flow-bin": "^0.45.0",
    "mocha": "^3.2.0",
    "rimraf": "^2.5.2",
    "sinon": "^2.0.0",
    "sinon-chai": "^2.8.0"
  }
}
