erc20-subgraph/package.json

18 lines
712 B
JSON
Raw Normal View History

2019-06-25 13:57:26 +00:00
{
2019-11-01 15:45:01 +00:00
"name": "erc20-subgraph",
"version": "0.1.0",
"private": true,
"scripts": {
"codegen": "graph codegen",
"build": "graph build",
2019-11-01 15:45:01 +00:00
"deploy": "graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ graphprotocol/erc20-subgraph",
"create-local": "graph create --node http://localhost:8020/ graphprotocol/erc20-subgraph",
"remove-local": "graph remove --node http://localhost:8020/ graphprotocol/erc20-subgraph",
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 graphprotocol/erc20-subgraph"
},
"devDependencies": {
2019-11-19 15:49:54 +00:00
"@graphprotocol/graph-cli": "0.16.2",
2019-11-01 15:45:01 +00:00
"@graphprotocol/graph-ts": "0.16.0"
}
2019-06-25 13:57:26 +00:00
}