-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 923 Bytes
/
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
{
"name": "@graphile-contrib/pg-order-by-multi-column-index",
"version": "1.0.0",
"description": "Order by multi-column indexes on PostGraphile connections",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "scripts/test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/graphile-contrib/pg-order-by-multi-column-index.git"
},
"author": "Matt Bretl",
"license": "MIT",
"bugs": {
"url": "https://github.com/graphile-contrib/pg-order-by-multi-column-index/issues"
},
"devDependencies": {
"eslint": "7.22.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-jest": "24.3.3",
"graphql": "14.7.0",
"jest": "26.6.3",
"pg": "8.5.1",
"postgraphile-core": "4.5.0",
"prettier": "2.2.1"
},
"jest": {
"testRegex": "__tests__/.*\\.test\\.js$"
},
"files": [
"index.js"
],
"engines": {
"node": ">=10"
}
}