UNPKG

@gramps/errors

Version:

GraphQL error handling. Part of the GrAMPS family.

40 lines (39 loc) 833 B
{ "name": "@gramps/errors", "version": "2.0.2", "description": "GraphQL error handling. Part of the GrAMPS family.", "main": "dist/index.js", "files": [ "dist/", "config/", "bin/" ], "repository": { "type": "git", "url": "https://github.com/gramps-graphql/gramps-errors.git" }, "contributors": [ "Jason Lengstorf <jason.lengstorf@ibm.com>" ], "license": "MIT", "scripts": { "build": "babel src -d dist --config-file ../../babel.config.js" }, "dependencies": { "cross-env": "^5.1.1", "seven-boom": "^1.0.3", "uuid": "^3.1.0" }, "peerDependencies": { "apollo-server-express": "^2.0.0" }, "directories": { "doc": "docs", "test": "test" }, "keywords": [ "graphql", "apollo" ], "gitHead": "ce06caf7b3cbb14824cb57619fcdecd86c91ca4f" }