-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 1.32 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
25
26
27
{
"name": "sample-subgraph",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"create-dev": "graph create vebetter/dao-dev --node http://_.graph.vet:8020",
"deploy-dev": "graph deploy vebetter/dao-dev --ipfs http://_.graph.vet:5001 --node http://_.graph.vet:8020 subgraph.yaml --version-label 1",
"create": "graph create vebetter/dao --node http://_.graph.vet:8020",
"deploy": "graph deploy vebetter/dao --ipfs http://_.graph.vet:5001 --node http://_.graph.vet:8020 subgraph.yaml --version-label 1",
"create2": "graph create vebetter/dao --node http://__.graph.vet:8020",
"deploy2": "graph deploy vebetter/dao --ipfs http://__.graph.vet:5001 --node http://__.graph.vet:8020 subgraph.yaml --version-label 1",
"test": "echo \"Error: no test specified\" && exit 1",
"codegen": "graph codegen subgraph.yaml",
"build": "graph build subgraph.yaml",
"create-local": "graph create sample/vebetterdao --node http://127.0.0.1:8020",
"deploy-local": "graph deploy sample/vebetterdao --ipfs http://127.0.0.1:5001 --node http://127.0.0.1:8020 subgraph.yaml --version-label 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@graphprotocol/graph-cli": "^0.77.0",
"@graphprotocol/graph-ts": "^0.35.1",
"@openzeppelin/subgraphs": "^0.1.8-5"
}
}