{
  "name": "apollo-server-errors",
  "version": "2.0.0-rc.5",
  "author": "opensource@apollographql.com",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/apollographql/apollo-server/tree/master/packages/apollo-server-errors"
  },
  "homepage": "https://github.com/apollographql/apollo-server#readme",
  "bugs": {
    "url": "https://github.com/apollographql/apollo-server/issues"
  },
  "scripts": {
    "clean": "rm -rf dist",
    "compile": "tsc",
    "prepublish": "npm run clean && npm run compile"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "engines": {
    "node": ">=6"
  },
  "devDependencies": {
    "@types/jest": "^23.1.2",
    "jest": "^23.2.0",
    "ts-jest": "^22.4.6"
  },
  "peerDependencies": {
    "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0"
  },
  "jest": {
    "testEnvironment": "node",
    "transform": {
      "^.+\\.(ts|js)$": "ts-jest"
    },
    "moduleFileExtensions": [
      "ts",
      "js",
      "json"
    ],
    "testRegex": "/__tests__/.*$",
    "globals": {
      "ts-jest": {
        "skipBabel": true
      }
    }
  }
}