{
  "name": "subgraph",
  "version": "0.1.15",
  "license": "FSL-1.1-MIT",
  "author": {
    "name": "SettleMint",
    "email": "support@settlemint.com",
    "url": "https://settlemint.com"
  },
  "scripts": {
    "codegen:graph": "settlemint scs subgraph codegen",
    "build": "graph build --ipfs=https://ipfs.console.settlemint.com subgraph.yaml | tee subgraph-output.txt",
    "deploy:local": "bash graph-local-deploy.sh",
    "deploy:remote": "bash graph-remote-deploy.sh",
    "format:biome": "biome format --write ."
  },
  "dependencies": {
    "@graphprotocol/graph-cli": "0.96.0",
    "@graphprotocol/graph-ts": "0.38.0",
    "contracts": "0.1.15"
  },
  "devDependencies": {
    "matchstick-as": "0.6.0"
  },
  "peerDependencies": {}
}
