{
  "name": "@agntn/explorers",
  "version": "0.5.6",
  "description": "Unified multi-chain block explorer provider library for AI agents",
  "keywords": [
    "omp-extension",
    "pi-package"
  ],
  "homepage": "https://explorers.agntn.dev",
  "bugs": {
    "url": "https://github.com/agntn/explorers/issues"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/agntn/explorers.git"
  },
  "bin": {
    "explorers": "./dist/cli.mjs"
  },
  "files": [
    "dist",
    "packages/pi/extensions",
    "packages/omp/extensions"
  ],
  "type": "module",
  "sideEffects": [
    "./dist/cli.mjs"
  ],
  "main": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs"
    },
    "./providers/*": {
      "types": "./dist/providers/*.d.mts",
      "import": "./dist/providers/*.mjs"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@agntn/chains": "0.3.5",
    "@modelcontextprotocol/sdk": "1.30.0",
    "citty": "0.2.2",
    "consola": "3.4.2",
    "ofetch": "1.5.1",
    "zod": "4.4.3"
  },
  "devDependencies": {
    "@agntn/ox": "0.1.0",
    "@earendil-works/pi-coding-agent": "latest",
    "@earendil-works/pi-tui": "latest",
    "@oh-my-pi/omptype": "17.2.12",
    "@oh-my-pi/pi-coding-agent": "17.2.12",
    "@types/node": "latest",
    "changelogen": "0.6.2",
    "obuild": "0.4.40",
    "oxfmt": "0.63.0",
    "oxlint": "1.80.0",
    "oxlint-tsgolint": "7.0.2001",
    "tsx": "4.22.5",
    "typebox": "1.3.33",
    "typescript": "6.0.3",
    "vitest": "4.1.11"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "@oh-my-pi/pi-coding-agent": "*",
    "typebox": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": true
    },
    "@earendil-works/pi-tui": {
      "optional": true
    },
    "@oh-my-pi/pi-coding-agent": {
      "optional": true
    },
    "typebox": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=24"
  },
  "omp": {
    "extensions": [
      "./packages/omp/extensions/explorers.ts"
    ]
  },
  "pi": {
    "extensions": [
      "./packages/pi/extensions/*.ts"
    ],
    "image": "https://explorers.agntn.dev/image.png"
  },
  "scripts": {
    "build": "obuild",
    "dev": "obuild --stub",
    "docs": "pnpm --dir docs dev",
    "fmt": "oxlint . --fix && oxfmt .",
    "lint": "oxlint . && oxfmt --check .",
    "typecheck": "pnpm build && tsc --noEmit",
    "test": "vitest",
    "test:run": "vitest --run",
    "test:live": "EXPLORERS_LIVE=1 vitest --run",
    "release": "pnpm test:run && changelogen --release --push"
  }
}