{
  "name": "graphpack",
  "version": "1.0.9",
  "description": "☄️ A minimalistic zero-config GraphQL server",
  "author": "Glenn Reyes <glenn@glennreyes.com>",
  "repository": "https://github.com/glennreyes/graphpack",
  "license": "MIT",
  "bin": {
    "graphpack": "./bin/graphpack.js"
  },
  "files": [
    "babel.js",
    "bin",
    "config",
    "lib"
  ],
  "main": "lib/server",
  "dependencies": {
    "@babel/core": "^7.3.4",
    "apollo-server": "2.4.8",
    "apollo-server-express": "^2.4.8",
    "babel-loader": "^8.0.5",
    "babel-preset-graphpack": "^1.0.8",
    "cosmiconfig": "^5.1.0",
    "friendly-errors-webpack-plugin": "^1.7.0",
    "graphql": "^14.1.1",
    "graphql-tag": "^2.10.1",
    "nodemon": "^1.18.10",
    "ramda": "^0.26.1",
    "webpack": "^4.29.5",
    "webpack-node-externals": "^1.7.2",
    "yargs": "^13.2.1"
  }
}
