{
  "author": "AgentXM <hello@agentxm.ai> (https://agentxm.ai)",
  "bugs": {
    "url": "https://github.com/agentxm/axm/issues"
  },
  "description": "AXM registry integration: local and remote registry clients over the generated OpenAPI transport, request policy and retries, typed registry failures, archive cache, and lifecycle administration for the axm CLI. Unstable and unsupported — use the axm.sh CLI.",
  "devDependencies": {
    "@agentxm/specification-metadata": "0.32.2",
    "@effect/openapi-generator": "4.0.0-rc.115",
    "@effect/platform-node": "4.0.0-rc.115",
    "@effect/vitest": "4.0.0-rc.115",
    "@types/bun": "^1.3.14",
    "@typescript/native": "npm:typescript@^7.0.2",
    "typescript": "npm:@typescript/typescript6@^6.0.2",
    "vitest": "^5.0.0"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "exports": {
    ".": {
      "types": "./dist/src/index.d.ts",
      "default": "./dist/src/index.js"
    },
    "./testing": {
      "types": "./dist/src/testing.d.ts",
      "default": "./dist/src/testing.js"
    }
  },
  "files": [
    "dist/src/",
    "!**/*.map"
  ],
  "homepage": "https://axm.sh",
  "license": "FSL-1.1-MIT",
  "name": "@agentxm/registry-client",
  "nx": {
    "includedScripts": []
  },
  "private": true,
  "repository": {
    "directory": "packages/supporting/registry-client",
    "type": "git",
    "url": "https://github.com/agentxm/axm.git"
  },
  "sideEffects": false,
  "type": "module",
  "version": "0.30.2"
}
