-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
19 lines (19 loc) · 924 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "CurioCards",
"license": "UNLICENSED",
"scripts": {
"codegen": "graph codegen",
"build": "graph build",
"build-test": "docker build --platform linux/x86_64 -t matchstick .",
"test": "docker run -it --rm --mount type=bind,source=/Users/kentfourie/Documents/GitHub/CurioCard-Subgraph,target=/matchstick --platform linux/x86_64 matchstick",
"deploy": "graph deploy --node https://api.thegraph.com/deploy/ ptomelysoter/curio-cards-v1",
"create-local": "graph create --node http://localhost:8020/ ptomelysoter/curio-cards-v1",
"remove-local": "graph remove --node http://localhost:8020/ ptomelysoter/curio-cards-v1",
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 ptomelysoter/curio-cards-v1"
},
"dependencies": {
"@graphprotocol/graph-cli": "^0.93.3",
"@graphprotocol/graph-ts": "^0.37.0",
"matchstick-as": "0.5.0"
}
}