24 lines
919 B
JSON
24 lines
919 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"
|
|
},
|
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
}
|