18 lines
543 B
JSON
18 lines
543 B
JSON
{
|
|
"name": "tornado-relayer-registry-subgraph",
|
|
"license": "UNLICENSED",
|
|
"scripts": {
|
|
"codegen": "graph codegen",
|
|
"build": "graph build",
|
|
"create-local": "graph create --node http://127.0.0.1:8020 tornadocash/tornado-relayer-registry",
|
|
"deploy": "graph deploy --node http://127.0.0.1:8020 --ipfs http://127.0.0.1:5001 tornadocash/tornado-relayer-registry"
|
|
},
|
|
"dependencies": {
|
|
"@graphprotocol/graph-cli": "0.27.0",
|
|
"@graphprotocol/graph-ts": "0.24.1"
|
|
},
|
|
"resolutions": {
|
|
"concat-stream": "2.0.0"
|
|
}
|
|
}
|