instadapp-dsa-subgraph/package.json
2020-05-21 11:04:36 -03:00

19 lines
818 B
JSON

{
"name": "instadapp-dsa",
"version": "0.1.0",
"private": true,
"scripts": {
"codegen": "graph codegen",
"build": "graph build",
"deploy": "graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ juanmardefago/dsa",
"deploy-dev": "graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ protofire/instadapp-dsa",
"create-local": "graph create --node http://localhost:8020/ protofire/instadapp-dsa",
"remove-local": "graph remove --node http://localhost:8020/ protofire/instadapp-dsa",
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 protofire/instadapp-dsa"
},
"dependencies": {
"@graphprotocol/graph-cli": "0.18.0",
"@graphprotocol/graph-ts": "0.18.0"
}
}