2021-09-28 06:58:43 +00:00
|
|
|
{
|
|
|
|
"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": {
|
2022-12-29 11:29:42 +00:00
|
|
|
"@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.0"
|
2021-09-28 06:58:43 +00:00
|
|
|
}
|
|
|
|
}
|