-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "graphql-toe",
"version": "0.1.4",
"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": "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 <[email protected]>",
"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"
]
}