-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 1.02 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
{
"name": "@graphile-contrib/constraint-error-tags",
"version": "1.1.0",
"description": "A PostGraphile plugin for writing nicer error messages on constraints.",
"author": "Denis Badurina <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/graphile-contrib/constraint-error-tags#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/graphile-contrib/constraint-error-tags.git"
},
"bugs": {
"url": "https://github.com/graphile-contrib/constraint-error-tags/issues"
},
"keywords": [
"graphile",
"postgraphile",
"plugin",
"pg",
"constraints",
"error",
"smart-comment"
],
"main": "src/index.js",
"types": "src/index.d.ts",
"files": [
"src"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"postgraphile": ">=4.7.0"
},
"dependencies": {
"graphile-build-pg": ">=4.7.0"
},
"devDependencies": {
"postgraphile": ">=4.7.0",
"graphql": "^14.6.0"
}
}