erc20-subgraph/package.json

18 lines
712 B
JSON

{
"name": "token-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/token-subgraph",
"create-local": "graph create --node http://localhost:8020/ graphprotocol/token-subgraph",
"remove-local": "graph remove --node http://localhost:8020/ graphprotocol/token-subgraph",
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 graphprotocol/token-subgraph"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.13.3",
"@graphprotocol/graph-ts": "0.13.0"
}
}