14 lines
392 B
JSON
14 lines
392 B
JSON
|
{
|
||
|
"name": "tornado-relayer-registry-subgraph",
|
||
|
"license": "UNLICENSED",
|
||
|
"scripts": {
|
||
|
"codegen": "graph codegen",
|
||
|
"build": "graph build",
|
||
|
"deploy": "graph deploy --node https://api.thegraph.com/deploy/ tornadocash/tornado-relayer-registry --access-token $TOKEN"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@graphprotocol/graph-cli": "0.27.0",
|
||
|
"@graphprotocol/graph-ts": "0.24.1"
|
||
|
}
|
||
|
}
|