{
  "author": "AgentXM <hello@agentxm.ai> (https://agentxm.ai)",
  "bugs": {
    "url": "https://github.com/agentxm/axm/issues"
  },
  "description": "AgentXM Registry wire contracts: index, discovery, publication-set, visibility, authorization, and suggested-action schemas. Unstable and unsupported — use the axm.sh CLI.",
  "devDependencies": {
    "@agentxm/specification-metadata": "0.32.2",
    "@effect/vitest": "4.0.0-rc.115",
    "@types/semver": "^7.7.1",
    "@typescript/native": "npm:typescript@^7.0.2",
    "typescript": "npm:@typescript/typescript6@^6.0.2",
    "vitest": "^5.0.0"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "exports": {
    "./unstable/publish": {
      "types": "./dist/src/unstable/publish/index.d.ts",
      "default": "./dist/src/unstable/publish/index.js"
    },
    "./unstable/registry": {
      "types": "./dist/src/unstable/registry/index.d.ts",
      "default": "./dist/src/unstable/registry/index.js"
    },
    "./unstable/registry/discover-schema": {
      "types": "./dist/src/unstable/registry/discover-schema.d.ts",
      "default": "./dist/src/unstable/registry/discover-schema.js"
    },
    "./unstable/registry/publication-set": {
      "types": "./dist/src/unstable/registry/publication-set.d.ts",
      "default": "./dist/src/unstable/registry/publication-set.js"
    },
    "./unstable/registry/publication-set.vectors.json": "./publication-set.vectors.json",
    "./unstable/registry/schema": {
      "types": "./dist/src/unstable/registry/schema.d.ts",
      "default": "./dist/src/unstable/registry/schema.js"
    },
    "./unstable/suggested-action": {
      "types": "./dist/src/unstable/suggested-action.d.ts",
      "default": "./dist/src/unstable/suggested-action.js"
    },
    "./unstable/human-handoff": {
      "types": "./dist/src/unstable/human-handoff.d.ts",
      "default": "./dist/src/unstable/human-handoff.js"
    }
  },
  "files": [
    "dist/src/",
    "publication-set.vectors.json",
    "!**/*.map"
  ],
  "homepage": "https://axm.sh",
  "license": "FSL-1.1-MIT",
  "name": "@agentxm/registry-protocol",
  "nx": {
    "includedScripts": []
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "directory": "packages/core/registry-protocol",
    "type": "git",
    "url": "https://github.com/agentxm/axm.git"
  },
  "type": "module",
  "version": "0.31.1"
}
