landing-subgraph/package.json

17 lines
685 B
JSON
Raw Normal View History

2021-04-09 08:29:03 +02:00
{
"name": "test",
"license": "UNLICENSED",
"scripts": {
"codegen": "graph codegen",
"build": "graph build",
2021-04-15 19:30:11 +02:00
"deploy": "graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ tornadocash/landing-subgraph",
"create-local": "graph create --node http://localhost:8020/ tornadocash/landing-subgraph",
"remove-local": "graph remove --node http://localhost:8020/ tornadocash/landing-subgraph",
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 tornadocash/landing-subgraph"
2021-04-09 08:29:03 +02:00
},
"dependencies": {
"@graphprotocol/graph-cli": "0.20.0",
"@graphprotocol/graph-ts": "0.20.0"
}
}