{
  "name": "@agentxm/client-utils",
  "version": "0.28.2",
  "description": "Shared primitive utilities for axm workspaces. Unstable and unsupported — use the axm.sh CLI.",
  "type": "module",
  "license": "FSL-1.1-MIT",
  "homepage": "https://axm.sh",
  "bugs": {
    "url": "https://github.com/agentxm/axm/issues"
  },
  "author": "AgentXM <hello@agentxm.ai> (https://agentxm.ai)",
  "repository": {
    "type": "git",
    "url": "https://github.com/agentxm/axm.git",
    "directory": "packages/utils"
  },
  "exports": {
    "./unstable/env": {
      "types": "./dist/src/unstable/env/index.d.ts",
      "default": "./dist/src/unstable/env/index.js"
    },
    "./unstable/interaction": {
      "types": "./dist/src/unstable/interaction/interaction.d.ts",
      "default": "./dist/src/unstable/interaction/interaction.js"
    }
  },
  "files": [
    "dist/src/",
    "!**/*.map"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "nx": {
    "includedScripts": []
  },
  "devDependencies": {
    "@types/bun": "^1.3.14",
    "@typescript/native": "npm:typescript@^7.0.2",
    "typescript": "npm:@typescript/typescript6@^6.0.2",
    "vitest": "^4.1.10"
  }
}