harb/subgraph/harb/package.json
JulesCrown 5ce676f045 wip
2024-03-28 19:55:01 +01:00

23 lines
734 B
JSON

{
"name": "harb",
"license": "UNLICENSED",
"scripts": {
"codegen": "graph codegen",
"build": "graph build",
"deploy": "graph deploy --node https://api.studio.thegraph.com/deploy/ harb",
"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"
}
}