{
  "name": "guru-express-server",
  "version": "1.0.0",
  "description": "",
  "main": "bin/www/index.js",
  "scripts": {
    "start": "node ./bin/www/index.js",
    "dev": "nodemon --ignore server/history --ignore server/queries --ignore server/persisted ./bin/www/index.js --",
    "build": "node ./../../tasks/tasks.js",
    "test": "ava --fail-fast server/__tests__",
    "test:spec": "ava server/__tests__ -v",
    "test:watch": "watch 'npm run test' ./server"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@graphql-guru/babel-tasks": "^1.0.0",
    "@graphql-guru/express-server": "^0.0.9",
    "babel-plugin-transform-async-to-generator": "^6.24.1",
    "bluebird": "^3.5.0",
    "class-autobind": "^0.1.4",
    "deprecated-decorator": "^0.1.6",
    "eslint-config-standard": "^10.2.1",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-promise": "^3.5.0",
    "eslint-plugin-standard": "^3.0.1",
    "exphbs": "^1.1.0",
    "express": "^4.15.2",
    "express-enforces-ssl": "^1.1.0",
    "get-env": "^0.5.10",
    "glob": "^7.1.1",
    "glob-promise": "^3.1.0",
    "graphql": "^0.10.5",
    "lowdb": "^0.16.2"
  },
  "peerDependencies": {
    "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0"
  },
  "devDependencies": {
    "ava": "^0.21.0",
    "babel-cli": "^6.24.1",
    "babel-polyfill": "^6.23.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-3": "^6.24.1",
    "eslint-plugin-node": "^5.1.1",
    "nodemon": "^1.11.0",
    "sinon": "^3.0.0",
    "tap-difflet": "^0.7.0",
    "tap-min": "^1.2.1",
    "watch": "^1.0.2"
  }
}
