-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 794 Bytes
/
Copy pathpackage.json
File metadata and controls
19 lines (19 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "oracle-data",
"version": "1.0.0",
"license": "UNLICENSED",
"repository": "https://github.com/web3slimchance/oracle-data",
"authors": "web3slimchance & lapinvert",
"scripts": {
"codegen": "graph codegen",
"build": "graph build",
"deploy": "graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ lapinvert/oracle-data",
"create-local": "graph create --node http://localhost:8020/ lapinvert/oracle-data",
"remove-local": "graph remove --node http://localhost:8020/ lapinvert/oracle-data",
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 lapinvert/oracle-data"
},
"dependencies": {
"@graphprotocol/graph-cli": "0.19.0",
"@graphprotocol/graph-ts": "0.19.0"
}
}