{
  "name": "@graphprotocol/indexer-agent",
  "version": "0.25.8",
  "description": "Indexer agent",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "/bin",
    "/dist"
  ],
  "repository": "https://github.com/graphprotocol/indexer",
  "author": "Graph Protocol",
  "private": false,
  "scripts": {
    "format": "prettier --write 'src/**/*.ts'",
    "lint": "eslint . --ext .ts,.tsx --fix",
    "compile": "tsc --build",
    "prepare": "yarn format && yarn lint && yarn compile",
    "start": "node ./dist/index.js start",
    "test": "jest --colors --verbose --detectOpenHandles",
    "test:ci": "jest --verbose --ci",
    "clean": "rm -rf ./node_modules ./dist ./tsconfig.tsbuildinfo",
    "migrator:pending": "node src/db/cli/migrator pending",
    "migrator:executed": "node src/db/cli/migrator executed",
    "migrator:up": "node src/db/cli/migrator up",
    "migrator:down": "node src/db/cli/migrator down"
  },
  "bin": {
    "graph-indexer-agent": "bin/graph-indexer-agent"
  },
  "dependencies": {
    "@graphprotocol/common-ts": "3.0.1",
    "@graphprotocol/indexer-common": "0.25.8",
    "@thi.ng/heaps": "^1.3.1",
    "axios": "0.26.1",
    "bs58": "5.0.0",
    "delay": "^5.0.0",
    "ethers": "6.13.7",
    "evt": "1.9.12",
    "global": "4.4.0",
    "graphql": "16.8.0",
    "graphql-tag": "2.12.6",
    "isomorphic-fetch": "3.0.0",
    "jayson": "3.6.6",
    "lodash.isequal": "4.5.0",
    "lodash.mapvalues": "^4.6.0",
    "lodash.zip": "^4.2.0",
    "ngeohash": "0.6.3",
    "p-filter": "2.1.0",
    "p-map": "4.0.0",
    "p-queue": "6.6.2",
    "p-reduce": "2.1.0",
    "p-retry": "4.6.1",
    "umzug": "3.0.0",
    "yaml": "^2.0.0-10",
    "yargs": "17.4.1",
    "zod": "^3.21.4",
    "zod-validation-error": "^1.3.0"
  },
  "devDependencies": {
    "@types/bs58": "4.0.1",
    "@types/isomorphic-fetch": "0.0.36",
    "@types/jest": "29.5.4",
    "@types/lodash.countby": "^4.6.7",
    "@types/lodash.isequal": "4.5.6",
    "@types/lodash.mapvalues": "^4.6.7",
    "@types/lodash.zip": "^4.2.7",
    "@types/ngeohash": "0.6.4",
    "@types/node": "20.6.1",
    "@types/yargs": "17.0.10",
    "@typescript-eslint/eslint-plugin": "6.7.0",
    "@typescript-eslint/parser": "6.7.0",
    "eslint": "8.49.0",
    "eslint-config-prettier": "^8.5.0",
    "jest": "<30.0.0-0",
    "prettier": "3.0.3",
    "ts-jest": "^29.2.5",
    "ts-node": "10.7.0",
    "typechain": "8.0.0",
    "typescript": "5.2.2"
  },
  "resolutions": {
    "ethers": "6.13.7",
    "sequelize": "6.33.0"
  },
  "gitHead": "972ab96774007b2aee15b1da169d2ff4be9f9d27"
}
