{ "name": "example-event-handler", "scripts": { "codegen": "../../bin/graph codegen --output-dir src/types/ subgraph.yaml", "build": "../../bin/graph build subgraph.yaml", "build-ipfs": "../../bin/graph build --ipfs /ip4/127.0.0.1/tcp/5001 subgraph.yaml", "build-wast": "../../bin/graph build -t wast subgraph.yaml" }, "devDependencies": { "@graphprotocol/graph-ts": "0.27.0" }, "resolutions": { "assemblyscript": "0.19.10" } }