forked from TreasureProject/treasure-marketplace-subgraph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
18 lines (18 loc) · 987 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "treasure-marketplace-subgraph",
"license": "MIT",
"scripts": {
"codegen": "graph codegen",
"build": "graph build",
"deploy:dev": "graph deploy --product hosted-service wyze/treasure-marketplace-dev subgraph-dev.yaml --ipfs https://api.thegraph.com/ipfs/",
"deploy:prod": "graph deploy --product hosted-service wyze/treasure-marketplace subgraph-prod.yaml --ipfs https://api.thegraph.com/ipfs/",
"create-local": "graph create --node http://localhost:8020/ --ipfs http://localhost:5001 wyze/treasure-marketplace",
"remove-local": "graph remove --node http://localhost:8020/ --ipfs http://localhost:5001 wyze/treasure-marketplace",
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 --product hosted-service wyze/treasure-marketplace subgraph-prod.yaml"
},
"dependencies": {
"@graphprotocol/graph-cli": "0.23.1",
"@graphprotocol/graph-ts": "0.23.1",
"@openzeppelin/contracts": "4.3.2"
}
}