23 lines
747 B
JSON
23 lines
747 B
JSON
{
|
|
"name": "harb",
|
|
"license": "UNLICENSED",
|
|
"scripts": {
|
|
"codegen": "graph codegen",
|
|
"build": "graph build",
|
|
"deploy": "graph deploy --node https://api.studio.thegraph.com/deploy/ harb-base-sepolia",
|
|
"create-local": "graph create --node http://localhost:8020/ harb",
|
|
"remove-local": "graph remove --node http://localhost:8020/ harb",
|
|
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 harb",
|
|
"test": "graph test"
|
|
},
|
|
"dependencies": {
|
|
"@graphprotocol/graph-cli": "0.69.0",
|
|
"@graphprotocol/graph-ts": "0.34.0",
|
|
"assemblyscript": "0.27.25"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.30",
|
|
"matchstick-as": "0.5.0",
|
|
"typescript": "^5.4.3"
|
|
}
|
|
}
|