forked from aavegotchi/gotchiverse-subgraph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 819 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
{
"name": "gotchiverse-subgraph",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"codegen": "graph codegen",
"build": "graph build",
"create-local": "graph create --node http://localhost:8020/ aavegotchi/gotchiverse-matic",
"remove-local": "graph remove --node http://localhost:8020/ aavegotchi/gotchiverse-matic",
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 aavegotchi/gotchiverse-matic"
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 4
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@graphprotocol/graph-cli": "0.30.2",
"@graphprotocol/graph-ts": "0.27.0",
"apollo-fetch": "^0.7.0"
}
}