forked from graphile/graphile-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.22 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
{
"name": "postgraphile-core",
"version": "4.4.6-alpha.0",
"description": "",
"main": "node8plus/index.js",
"scripts": {
"test": "scripts/test",
"prepack": "mkdir -p node8plus && tsc",
"watch": "mkdir -p node8plus && tsc --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/graphile/graphile-build.git"
},
"author": "Benjie Gillam <code@benjiegillam.com>",
"homepage": "https://github.com/graphile/graphile-build/tree/master/packages/postgraphile-core",
"license": "MIT",
"bugs": {
"url": "https://github.com/graphile/graphile-build/issues"
},
"dependencies": {
"graphile-build": "4.4.6-alpha.0",
"graphile-build-pg": "4.4.6-alpha.0"
},
"devDependencies": {
"@types/node": "^12.0.0",
"@types/pg": "^7.4.14",
"debug": "^4.1.1",
"jest": "^24.8.0",
"jest-serializer-graphql-schema": "4.4.6-alpha.0",
"jest-silent-reporter": "^0.1.2",
"jsonwebtoken": "^8.5.1",
"pg-connection-string": "^2.1.0",
"ts-node": "^8.1.0",
"typescript": "^3.4.5"
},
"peerDependencies": {
"graphql": ">=0.9 <0.14 || ^14.0.2",
"pg": ">=6.1.0 <8"
},
"files": [
"node8plus",
"index.js"
],
"engines": {
"node": ">=8.6"
}
}