Swap-Aggregator-Subgraph/node_modules/@graphprotocol/graph-cli/examples/example-subgraph/package.json
Richa-iitr d211083153 Revert "Revert "added handler""
This reverts commit c36ee8c5ca.
2022-07-03 07:30:05 +05:30

16 lines
466 B
JSON

{
"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"
}
}