{
  "name": "charlotte-graphql",
  "version": "0.0.3",
  "description": "Generates GraphQL type definitions and resolvers off of a concise spec.",
  "main": "index.js",
  "author": "Eric Weber <eric@prolificinteractive.com>",
  "dependencies": {
    "apollo-server-express": "1.0.5",
    "body-parser": "1.17.2",
    "express": "4.15.4",
    "graphql": "0.10.5",
    "graphql-tools": "1.1.0",
    "js-yaml": "3.9.1",
    "lodash": "^4.17.4",
    "pluralize": "^6.0.0",
    "uuid": "3.1.0"
  },
  "devDependencies": {
    "mocha": "3.5.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "bin": {
    "charlotte": "bin/charlotte"
  }
}
