-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
37 lines (37 loc) · 919 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
{
"name": "graph-results-pager",
"version": "1.0.3",
"description": "Utility to get paged results from The Graph subgraphs",
"main": "index.js",
"browser": "browser.js",
"dependencies": {
"node-fetch": "2.6.1"
},
"devDependencies": {
"eslint": "5.16.0",
"eslint-config-prettier": "4.3.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-prettier": "3.1.0",
"prettier": "1.17.1",
"webpack": "4.41.2",
"webpack-cli": "3.3.9"
},
"scripts": {
"lint": "eslint .",
"pack": "webpack --mode production",
"prepublish": "npm run pack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/justinjmoses/graph-results-pager.git"
},
"keywords": [
"thegraprotocol"
],
"author": "justin j. moses",
"license": "MIT",
"bugs": {
"url": "https://github.com/justinjmoses/graph-results-pager/issues"
},
"homepage": "https://github.com/justinjmoses/graph-results-pager#readme"
}