{
  "name": "apollo-server-lambda",
  "version": "2.0.0-xrc.10",
  "description": "Production-ready Node.js GraphQL server for AWS Lambda",
  "keywords": [
    "GraphQL",
    "Apollo",
    "Server",
    "Lambda",
    "Javascript"
  ],
  "author": "opensource@apollographql.com",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/apollographql/apollo-server/tree/master/packages/apollo-server-lambda"
  },
  "homepage": "https://github.com/apollographql/apollo-server#readme",
  "bugs": {
    "url": "https://github.com/apollographql/apollo-server/issues"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "engines": {
    "node": ">=6"
  },
  "scripts": {
    "clean": "rm -rf dist",
    "compile": "tsc",
    "prepublish": "npm run clean && npm run compile"
  },
  "dependencies": {
    "@apollographql/graphql-playground-html": "^1.6.0",
    "apollo-server-core": "2.0.0-rc.10",
    "apollo-server-env": "2.0.0-rc.10",
    "graphql-tools": "^3.0.4"
  },
  "devDependencies": {
    "@types/aws-lambda": "8.10.7",
    "apollo-server-integration-testsuite": "2.0.0-rc.10"
  },
  "peerDependencies": {
    "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0"
  }
}