mirror of
https://github.com/status-im/community-dapp.git
synced 2025-02-23 19:48:27 +00:00
17 lines
602 B
JSON
17 lines
602 B
JSON
{
|
|
"name": "test",
|
|
"license": "UNLICENSED",
|
|
"scripts": {
|
|
"codegen": "graph codegen",
|
|
"build": "graph build",
|
|
"deploy": "graph deploy --node https://api.studio.thegraph.com/deploy/ HistorySubgraph",
|
|
"create-local": "graph create --node http://localhost:8020/ HistorySubgraph",
|
|
"remove-local": "graph remove --node http://localhost:8020/ HistorySubgraph",
|
|
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 HistorySubgraph"
|
|
},
|
|
"dependencies": {
|
|
"@graphprotocol/graph-cli": "0.21.1",
|
|
"@graphprotocol/graph-ts": "0.20.0"
|
|
}
|
|
}
|