forked from iExecBlockchainComputing/PoCo-subgraph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
24 lines (24 loc) · 1.17 KB
/
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
{
"name": "iExecGraph",
"version": "0.1.0",
"scripts": {
"codegen": "graph codegen",
"build": "graph build",
"make": "npm run codegen && npm run build",
"create-local": "graph create iexecblockchaincomputing/iexec-poco-v3 --node http://localhost:8020",
"create-thegraph": "graph create iexecblockchaincomputing/iexec-poco-v3 --node https://api.thegraph.com/deploy/",
"create-iexec": "graph create iexecblockchaincomputing/iexec-poco-v3 --node http://192.168.100.119:8020",
"deploy-local": "graph deploy iexecblockchaincomputing/iexec-poco-v3 --node http://localhost:8020 --ipfs http://localhost:5001",
"deploy-thegraph": "graph deploy iexecblockchaincomputing/iexec-poco-v3 --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/",
"deploy-iexec": "graph deploy iexecblockchaincomputing/iexec-poco-v3 --node http://192.168.100.119:8020 --ipfs http://192.168.100.119:5001"
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.17.1",
"@graphprotocol/graph-ts": "^0.17.0"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"babel-register": "^6.26.0",
"iexec-poco-interface": "^3.0.35-6"
}
}