mirror of
https://github.com/cerc-io/watcher-ts
synced 2025-01-10 05:18:05 +00:00
Nabarun Gogoi
1d3bbf89c8
* Update yarn lock * Upgrade @cerc-io/graph-cli version to 0.22.4-watcher-ts-0.1.2 --------- Co-authored-by: neeraj <neeraj.rtly@gmail.com>
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.22.1-watcher-ts-0.1.0",
|
|
"@cerc-io/graph-cli": "0.22.4-watcher-ts-0.1.2"
|
|
}
|
|
}
|