mirror of
https://github.com/Instadapp/Swap-Aggregator-Subgraph.git
synced 2024-07-29 21:57:12 +00:00
16 lines
466 B
JSON
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"
|
|
}
|
|
}
|