{ "name": "apollo-server-errors", "version": "2.0.2", "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", "prepare": "npm run clean && npm run compile" }, "main": "dist/index.js", "types": "dist/index.d.ts", "engines": { "node": ">=6" }, "peerDependencies": { "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0" } }