{
  "$schema": "https://json.schemastore.org/package.json",
  "version": "1.20.91",
  "name": "@agent-qofeno/agentx-cli",
  "type": "module",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "bun test --timeout 30000 --only-failures",
    "test:httpapi": "bun run script/httpapi-exercise.ts --mode coverage --fail-on-missing --fail-on-skip && bun run script/httpapi-exercise.ts --mode auth --fail-on-missing --fail-on-skip && bun run script/httpapi-exercise.ts --mode effect --fail-on-missing --fail-on-skip",
    "bench:test": "bun run script/bench-test-suite.ts",
    "profile:test": "bun run script/profile-test-files.ts",
    "build": "bun run script/build.ts",
    "dev": "bun run --conditions=browser ./src/index.ts",
    "dev:temporary": "bun run --conditions=browser ./src/temporary.ts"
  },
  "bin": {
    "agentx": "bin/agentx.cjs"
  },
  "exports": {
    "./*": "./src/*.ts"
  },
  "imports": {
    "#db": {
      "bun": "./src/storage/db.bun.ts",
      "node": "./src/storage/db.node.ts",
      "default": "./src/storage/db.bun.ts"
    }
  },
  "devDependencies": {
    "@actions/core": "1.11.1",
    "@actions/github": "6.0.1",
    "@agentclientprotocol/sdk": "0.21.0",
    "@agentx-cli/core": "workspace:*",
    "@agentx-cli/http-recorder": "workspace:*",
    "@agentx-cli/llm": "workspace:*",
    "@agentx-cli/plugin": "workspace:*",
    "@agentx-cli/protocol": "workspace:*",
    "@agentx-cli/schema": "workspace:*",
    "@agentx-cli/script": "workspace:*",
    "@agentx-cli/sdk": "workspace:*",
    "@agentx-cli/server": "workspace:*",
    "@agentx-cli/tui": "workspace:*",
    "@ai-sdk/anthropic": "3.0.82",
    "@ai-sdk/google": "3.0.73",
    "@ai-sdk/openai": "3.0.53",
    "@ai-sdk/openai-compatible": "2.0.41",
    "@ai-sdk/provider": "3.0.8",
    "@babel/core": "7.28.4",
    "@clack/prompts": "1.0.0-alpha.1",
    "@effect/opentelemetry": "catalog:",
    "@effect/platform-node": "catalog:",
    "@ff-labs/fff-bun": "0.9.4",
    "@modelcontextprotocol/sdk": "1.29.0",
    "@octokit/graphql": "9.0.2",
    "@octokit/rest": "catalog:",
    "@octokit/webhooks-types": "7.6.1",
    "@openauthjs/openauth": "catalog:",
    "@opentelemetry/api": "1.9.0",
    "@opentelemetry/context-async-hooks": "2.6.1",
    "@opentelemetry/exporter-trace-otlp-http": "0.214.0",
    "@opentelemetry/sdk-trace-base": "2.6.1",
    "@opentelemetry/sdk-trace-node": "2.6.1",
    "@opentui/core": "0.3.4",
    "@opentui/keymap": "catalog:",
    "@opentui/solid": "catalog:",
    "@parcel/watcher": "2.5.1",
    "@pierre/diffs": "catalog:",
    "@silvia-odwyer/photon-node": "0.3.4",
    "@solid-primitives/event-bus": "1.1.2",
    "@solid-primitives/scheduled": "1.5.2",
    "@standard-schema/spec": "1.0.0",
    "@tsconfig/bun": "catalog:",
    "@types/babel__core": "7.20.5",
    "@types/bun": "catalog:",
    "@types/cross-spawn": "catalog:",
    "@types/mime-types": "3.0.1",
    "@types/node": "catalog:",
    "@types/npm-package-arg": "6.1.4",
    "@types/semver": "^7.5.8",
    "@types/turndown": "5.0.5",
    "@types/ws": "8.18.1",
    "@types/yargs": "17.0.33",
    "@typescript/native-preview": "catalog:",
    "@zip.js/zip.js": "2.7.62",
    "ai": "catalog:",
    "bonjour-service": "1.3.0",
    "chokidar": "4.0.3",
    "cross-spawn": "catalog:",
    "decimal.js": "10.5.0",
    "diff": "catalog:",
    "drizzle-orm": "catalog:",
    "effect": "catalog:",
    "fuzzysort": "3.1.0",
    "glob": "13.0.5",
    "google-auth-library": "10.5.0",
    "gray-matter": "4.0.3",
    "htmlparser2": "8.0.2",
    "ignore": "7.0.5",
    "immer": "11.1.4",
    "jsonc-parser": "3.3.1",
    "mime-types": "3.0.2",
    "minimatch": "10.2.3",
    "npm-package-arg": "13.0.2",
    "open": "10.1.2",
    "opentui-spinner": "catalog:",
    "partial-json": "0.1.7",
    "prettier": "3.6.2",
    "remeda": "catalog:",
    "semver": "^7.6.3",
    "solid-js": "catalog:",
    "strip-ansi": "7.1.2",
    "tree-sitter-bash": "0.25.0",
    "tree-sitter-powershell": "0.25.10",
    "turndown": "7.2.0",
    "typescript": "catalog:",
    "ulid": "catalog:",
    "vscode-jsonrpc": "8.2.1",
    "vscode-languageserver-types": "3.17.5",
    "web-tree-sitter": "0.25.10",
    "why-is-node-running": "3.2.2",
    "ws": "8.21.0",
    "xdg-basedir": "5.1.0",
    "yargs": "18.0.0",
    "zod": "catalog:"
  },
  "dependencies": {},
  "files": [
    "bin",
    "skills",
    "README.md",
    "AGENTS.md",
    "package.json"
  ]
}
