{ "name": "fla-fees-mainnet", "license": "UNLICENSED", "scripts": { "codegen": "graph codegen", "build": "graph build", "deploy": "graph deploy --node https://api.thegraph.com/deploy/ Richa-iitr/fla-fees-mainnet", "create-local": "graph create --node http://localhost:8020/ Richa-iitr/fla-fees-mainnet", "remove-local": "graph remove --node http://localhost:8020/ Richa-iitr/fla-fees-mainnet", "deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 Richa-iitr/fla-fees-mainnet", "test": "graph test" }, "dependencies": { "@graphprotocol/graph-cli": "0.33.1", "@graphprotocol/graph-ts": "0.27.0" }, "devDependencies": { "matchstick-as": "0.5.0" } }