2020-05-20 20:31:12 +00:00
|
|
|
{
|
|
|
|
"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",
|
2020-05-21 14:04:36 +00:00
|
|
|
"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"
|
2020-05-20 20:31:12 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@graphprotocol/graph-cli": "0.18.0",
|
|
|
|
"@graphprotocol/graph-ts": "0.18.0"
|
|
|
|
}
|
|
|
|
}
|