graphql-toe
Version:
GraphQL Throw-On-Error - incorporate error handling back into the reading of your data, so you can handle errors in the most natural way.
50 lines (49 loc) • 1.1 kB
JSON
{
"name": "graphql-toe",
"version": "1.0.0-rc.0",
"description": "GraphQL Throw-On-Error - incorporate error handling back into the reading of your data, so you can handle errors in the most natural way.",
"main": "dist/index.js",
"scripts": {
"prepack": "tsc",
"test": "yarn prepack && node --test"
},
"repository": {
"type": "git",
"url": "https+git://github.com/graphile/graphql-toe.git"
},
"bugs": {
"url": "https://github.com/graphile/graphql-toe/issues"
},
"homepage": "https://github.com/graphile/graphql-toe",
"keywords": [
"graphql",
"throw",
"error",
"errors",
"raise",
"exception",
"semantic",
"null",
"non-null",
"nullability",
"null",
"only",
"on",
"error"
],
"author": "Benjie Gillam <code@benjiegillam.com>",
"license": "MIT",
"devDependencies": {
"@tsconfig/recommended": "^1.0.7",
"@types/node": "^22.5.4",
"graphql": "^16.9.0",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
},
"prettier": {
"proseWrap": "always"
},
"files": [
"dist"
]
}