{ "name": "slay-the-moloch-base-sepolia", "license": "UNLICENSED", "scripts": { "codegen": "graph codegen", "build": "graph build", "deploy": "graph deploy --node https://api.studio.thegraph.com/deploy/ slay-the-moloch-base-sepolia", "create-local": "graph create --node http://localhost:8020/ slay-the-moloch-base-sepolia", "remove-local": "graph remove --node http://localhost:8020/ slay-the-moloch-base-sepolia", "deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 slay-the-moloch-base-sepolia", "test": "graph test" }, "dependencies": { "@graphprotocol/graph-cli": "0.87.0", "@graphprotocol/graph-ts": "0.32.0" }, "devDependencies": { "matchstick-as": "0.5.0" } }