tornado-subgraph/package.json

19 lines
615 B
JSON
Raw Normal View History

2021-06-07 13:43:31 +03:00
{
"name": "sub-graph-proxy",
"license": "UNLICENSED",
"scripts": {
"codegen": "graph codegen",
"build": "graph build",
2021-06-09 16:43:04 +03:00
"yaml:proxy": "node ./create-yaml-file create-yaml -s proxy -e bsc | mustache - mustache/yaml.mustache > subgraphs/proxy-tornado-subgraph.yaml",
2021-06-07 13:43:31 +03:00
"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"
2021-06-09 15:34:06 +03:00
},
"devDependencies": {
"commander": "^7.2.0",
"mustache": "^4.2.0"
2021-06-07 13:43:31 +03:00
}
}