forked from edgeandnode/gateway-qos-oracle-example-subgraph
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
19 lines (19 loc) · 873 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "gateway-qos-oracle",
"license": "UNLICENSED",
"scripts": {
"codegen": "graph codegen",
"build": "graph build",
"deploy": "graph deploy --node https://api.thegraph.com/deploy/ juanmardefago/gateway-qos-oracle",
"deploy-official": "graph deploy --node https://api.thegraph.com/deploy/ graphprotocol/gateway-mips-qos-oracle",
"create-local": "graph create --node http://localhost:8020/ craigtutterow/gateway-qos-oracle",
"remove-local": "graph remove --node http://localhost:8020/ craigtutterow/gateway-qos-oracle",
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 craigtutterow/gateway-qos-oracle",
"test": "graph test"
},
"dependencies": {
"@graphprotocol/graph-cli": "^0.52.0",
"@graphprotocol/graph-ts": "^0.31.0"
},
"devDependencies": { "matchstick-as": "0.5.0" }
}