mirror of
https://github.com/cerc-io/watcher-ts
synced 2025-01-09 04:48:05 +00:00
ffd1d267d8
* Instantiate a new wasm string to convert JSON value to BigInt * Implement remaining json host APIs * Upgrade graph-ts and graph-cli in test example subgraph * Handle null context for dataSource context host API * Use JSONBig for parsing JSON strings
17 lines
628 B
JSON
17 lines
628 B
JSON
{
|
|
"name": "example1",
|
|
"license": "UNLICENSED",
|
|
"scripts": {
|
|
"codegen": "graph codegen",
|
|
"build": "graph build",
|
|
"deploy": "graph deploy --node https://api.studio.thegraph.com/deploy/ example1",
|
|
"create-local": "graph create --node http://localhost:8020/ example1",
|
|
"remove-local": "graph remove --node http://localhost:8020/ example1",
|
|
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 example1"
|
|
},
|
|
"dependencies": {
|
|
"@graphprotocol/graph-ts": "npm:@cerc-io/graph-ts@0.27.0-watcher-ts-0.1.3",
|
|
"@cerc-io/graph-cli": "0.32.0-watcher-ts-0.1.3"
|
|
}
|
|
}
|