{
  "name": "cnn-starter-api",
  "version": "1.21.2",
  "description": "Build Graphql APIs in a consistent way",
  "main": "./src/graphql/structure/index.js",
  "license": "Apache-2.0",
  "author": "A.D. Slaton <ad.slaton@turner.com>",
  "bin": {
    "cnn-starter-api": "./src/scripts/index.js"
  },
  "scripts": {
    "lint": "cnn-birdman run javascript",
    "test": "node example.js",
    "changelog": "changelog-maker --group"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cnnlabs/cnn-starter-api"
  },
  "dependencies": {
    "apollo-engine": "1.1.2",
    "apollo-server-express": "1.3.6",
    "apollo-server-hapi": "1.3.6",
    "body-parser": "1.18.3",
    "chalk": "2.4.1",
    "changelog-maker": "2.2.7",
    "cli-table": "0.3.1",
    "cnn-birdman": "https://github.com/cnnlabs/cnn-birdman.git",
    "cnn-metrics": "0.5.0",
    "cnn-server": "https://github.com/cnnlabs/cnn-server.git#0.6.0",
    "cors": "2.8.4",
    "express": "4.16.3",
    "fs-extra": "6.0.1",
    "graphql": "0.13.2",
    "graphql-disable-introspection": "1.0.1",
    "graphql-tools": "3.0.2",
    "graphql-type-json": "0.2.1",
    "inquirer": "3.0.6",
    "request-promise": "4.2.2"
  }
}
