erc20-subgraph/package.json

18 lines
712 B
JSON

{
"name": "erc20-subgraph",
"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/ 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": {
"@graphprotocol/graph-cli": "0.16.2",
"@graphprotocol/graph-ts": "0.16.0"
}
}