14 lines
386 B
JSON
14 lines
386 B
JSON
{
|
|
"name": "sub-graph-proxy",
|
|
"license": "UNLICENSED",
|
|
"scripts": {
|
|
"codegen": "graph codegen",
|
|
"build": "graph build",
|
|
"deploy": "graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ tornadocash/bsc-tornado-subgraph"
|
|
},
|
|
"dependencies": {
|
|
"@graphprotocol/graph-cli": "0.20.0",
|
|
"@graphprotocol/graph-ts": "0.20.0"
|
|
}
|
|
}
|