{ "name": "hats-v1-ancillary", "license": "UNLICENSED", "scripts": { "codegen": "graph codegen", "build": "graph build", "deploy": "graph deploy --node https://api.studio.thegraph.com/deploy/ hats-v1-goerli-ancillary", "create-local": "graph create --node http://localhost:8020/ hats-v1-goerli-ancillary", "remove-local": "graph remove --node http://localhost:8020/ hats-v1-goerli-ancillary", "deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 hats-v1-goerli-ancillary", "test": "graph test", "prettier": "prettier --write ." }, "dependencies": { "@graphprotocol/graph-cli": "0.59.0", "@graphprotocol/graph-ts": "0.32.0" }, "devDependencies": { "matchstick-as": "0.6.0", "prettier": "2.8.3" } }