-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 1.03 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
{
"name": "postgraphile-plugin-connection-filter-postgis",
"version": "1.0.0-alpha.6",
"description": "PostGIS filtering options in PostGraphile",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "scripts/test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mattbretl/postgraphile-plugin-connection-filter-postgis.git"
},
"author": "Matt Bretl",
"license": "MIT",
"bugs": {
"url": "https://github.com/mattbretl/postgraphile-plugin-connection-filter-postgis/issues"
},
"devDependencies": {
"@graphile/postgis": "0.1.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-prettier": "^3.1.3",
"graphql": "^14.6.0",
"jest": "^25.5.0",
"pg": "^7.18.2",
"postgraphile-core": "4.5.0",
"postgraphile-plugin-connection-filter": "2.0.0",
"prettier": "1.19.1"
},
"jest": {
"testRegex": "__tests__/.*\\.test\\.js$"
},
"files": [
"src"
],
"engines": {
"node": ">=10"
}
}