{ "name": "erc20-allowance", "license": "UNLICENSED", "scripts": { "codegen": "graph codegen", "build": "graph build", "deploy": "graph deploy --node https://api.thegraph.com/deploy/ Richa-iitr/erc20-allowance", "create-local": "graph create --node http://localhost:8020/ Richa-iitr/erc20-allowance", "remove-local": "graph remove --node http://localhost:8020/ Richa-iitr/erc20-allowance", "deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 Richa-iitr/erc20-allowance" }, "dependencies": { "@graphprotocol/graph-cli": "0.30.0", "@graphprotocol/graph-ts": "0.27.0" } }