2019-06-25 13:57:26 +00:00
|
|
|
{
|
2019-11-01 15:45:01 +00:00
|
|
|
"name": "erc20-subgraph",
|
2019-07-03 14:19:54 +00:00
|
|
|
"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"
|
2019-07-03 14:19:54 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-11-01 15:45:01 +00:00
|
|
|
"@graphprotocol/graph-cli": "0.16.0",
|
|
|
|
"@graphprotocol/graph-ts": "0.16.0"
|
2019-07-03 14:19:54 +00:00
|
|
|
}
|
2019-06-25 13:57:26 +00:00
|
|
|
}
|