{
  "name": "apollo-server-integration-testsuite",
  "private": true,
  "version": "1.3.6",
  "description": "Apollo Server Integrations testsuite",
  "main": "dist/index.js",
  "scripts": {
    "compile": "tsc",
    "prepublish": "npm run compile"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/apollographql/apollo-server/tree/master/packages/apollo-server-integration-testsuite"
  },
  "keywords": [],
  "author": "Jonas Helfer <jonas@helfer.email>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/apollographql/apollo-server/issues"
  },
  "homepage": "https://github.com/apollographql/apollo-server#readme",
  "dependencies": {
    "apollo-server-core": "^1.3.6",
    "apollo-server-module-graphiql": "^1.3.4",
    "apollo-server-module-operation-store": "^1.3.5",
    "supertest": "^3.1.0"
  },
  "typings": "dist/index.d.ts",
  "typescript": {
    "definition": "dist/index.d.ts"
  },
  "devDependencies": {
    "@types/node": "^10.1.2"
  }
}