{
  "name": "@yejiming/dsh-data-agent",
  "description": "Data Agent for DSH Web and TUI: shared database connections, versioned metadata Catalog governance, secure credentials, SQL and Catalog tools, and the data-agent preset",
  "version": "0.1.5",
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "main": "lib/index.js",
  "types": "lib/types/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/omdsh-dev/dsh-data-agent.git"
  },
  "bugs": {
    "url": "https://github.com/omdsh-dev/dsh-data-agent/issues"
  },
  "exports": {
    ".": {
      "types": "./lib/types/index.d.ts",
      "default": "./lib/index.js"
    },
    "./routes": {
      "types": "./lib/types/routes.d.ts",
      "default": "./lib/routes.js"
    },
    "./tool": {
      "types": "./lib/types/tool.d.ts",
      "default": "./lib/tool.js"
    },
    "./command": {
      "types": "./lib/types/command.d.ts",
      "default": "./lib/command.js"
    },
    "./invariant": {
      "types": "./lib/types/invariant.d.ts",
      "default": "./lib/invariant.js"
    },
    "./ecosystem": {
      "types": "./lib/types/ecosystem.d.ts",
      "default": "./lib/ecosystem.js"
    },
    "./client": {
      "types": "./lib/types/client/index.d.ts",
      "default": "./lib/client.js"
    },
    "./src/*": "./src/*",
    "./package.json": "./package.json",
    "./cordis.patch.yml": "./cordis.patch.yml"
  },
  "dsh": {
    "engines": {
      "dsh": ">=0.1.2-alpha.2"
    },
    "bundle": {
      "patch": "./cordis.patch.yml"
    },
    "client": {
      "inject": [
        "@deepseek-ai/dsh-api-session-controller",
        "@deepseek-ai/dsh-client-locale",
        "@deepseek-ai/dsh-client-ui-agent-preset",
        "@deepseek-ai/dsh-client-ui-tool",
        "@deepseek-ai/dsh-client-ui-conversation",
        "@deepseek-ai/dsh-client-ui-renderer",
        "@deepseek-ai/dsh-client-ui-session",
        "@deepseek-ai/dsh-client-ui-workspace"
      ],
      "platform": "web"
    }
  },
  "scripts": {
    "bundle": "rm -rf lib && tsdown",
    "watch": "tsdown --watch",
    "build": "rm -rf lib && tsdown && tsc -p tsconfig.build.json && tsc -p tsconfig.client.json",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "conformance": "node scripts/dsh-ecosystem-conformance.mjs",
    "conformance:artifact": "node scripts/dsh-ecosystem-pack-evidence.mjs"
  },
  "files": [
    "lib/**",
    "cordis.patch.yml",
    "preset/**",
    "dsh-plugin.json",
    "conformance/dsh-ecosystem/**"
  ],
  "license": "MIT",
  "dependencies": {
    "@clickhouse/client": "~1.23.1",
    "@dsh-std/sdk": "0.1.0-rc1",
    "echarts": "^6.1.0",
    "fflate": "0.8.3",
    "schemastery": "^3.18.0",
    "zod": "^4.4.3"
  },
  "peerDependencies": {
    "@deepseek-ai/cordis": "^4.0.2",
    "@deepseek-ai/dsh-agent": "^0.1.2-alpha.2",
    "@deepseek-ai/dsh-agent-presets": "^0.1.2-alpha.2",
    "@deepseek-ai/dsh-api-session-controller": "^0.1.2-alpha.2",
    "@deepseek-ai/dsh-client-locale": "^0.1.2-alpha.2",
    "@deepseek-ai/dsh-client-ui-agent-preset": "^0.1.2-alpha.2",
    "@deepseek-ai/dsh-client-ui-conversation": "^0.1.2-alpha.2",
    "@deepseek-ai/dsh-client-ui-primitives": "^0.1.2-alpha.2",
    "@deepseek-ai/dsh-client-ui-renderer": "^0.1.2-alpha.2",
    "@deepseek-ai/dsh-client-ui-session": "^0.1.2-alpha.2",
    "@deepseek-ai/dsh-client-ui-slots": "^0.1.2-alpha.2",
    "@deepseek-ai/dsh-client-ui-tool": "^0.1.2-alpha.2",
    "@deepseek-ai/dsh-client-ui-workspace": "^0.1.2-alpha.2",
    "@deepseek-ai/dsh-commands": "^0.1.2-alpha.2",
    "@deepseek-ai/dsh-credentials": "^0.1.2-alpha.2",
    "@deepseek-ai/dsh-host-webserver": "^0.1.2-alpha.2",
    "@deepseek-ai/dsh-invariants": "^0.1.2-alpha.2",
    "@deepseek-ai/dsh-llm": "^0.1.2-alpha.2",
    "@deepseek-ai/dsh-scope": "^0.1.2-alpha.2",
    "@deepseek-ai/dsh-session": "^0.1.2-alpha.2",
    "@deepseek-ai/dsh-storage": "^0.1.2-alpha.2",
    "@deepseek-ai/dsh-storage-domain": "^0.1.2-alpha.2",
    "@deepseek-ai/dsh-storage-json": "^0.1.2-alpha.2",
    "@deepseek-ai/dsh-subprocess": "^0.1.2-alpha.2",
    "@deepseek-ai/dsh-tools": "^0.1.2-alpha.2",
    "@deepseek-ai/dsh-user-questions": "^0.1.2-alpha.2",
    "@deepseek-ai/dsh-util-values": "^0.1.2-alpha.2",
    "react": "^18.2.0 || ^19.0.0"
  },
  "peerDependenciesMeta": {
    "@deepseek-ai/dsh-client-locale": {
      "optional": true
    },
    "@deepseek-ai/dsh-api-session-controller": {
      "optional": true
    },
    "@deepseek-ai/dsh-client-ui-agent-preset": {
      "optional": true
    },
    "@deepseek-ai/dsh-client-ui-conversation": {
      "optional": true
    },
    "@deepseek-ai/dsh-client-ui-primitives": {
      "optional": true
    },
    "@deepseek-ai/dsh-client-ui-renderer": {
      "optional": true
    },
    "@deepseek-ai/dsh-client-ui-session": {
      "optional": true
    },
    "@deepseek-ai/dsh-client-ui-slots": {
      "optional": true
    },
    "@deepseek-ai/dsh-host-webserver": {
      "optional": true
    },
    "@deepseek-ai/dsh-user-questions": {
      "optional": true
    },
    "react": {
      "optional": true
    },
    "@deepseek-ai/dsh-client-ui-tool": {
      "optional": true
    },
    "@deepseek-ai/dsh-client-ui-workspace": {
      "optional": true
    }
  },
  "devDependencies": {
    "@deepseek-ai/cordis": "^4.0.2",
    "@deepseek-ai/dsh-agent": "^0.1.2-alpha.2",
    "@deepseek-ai/dsh-agent-presets": "^0.1.2-alpha.2",
    "@deepseek-ai/dsh-api-session-controller": "^0.1.2-alpha.2",
    "@deepseek-ai/dsh-attachment": "0.1.2-alpha.2",
    "@deepseek-ai/dsh-client-locale": "^0.1.2-alpha.2",
    "@deepseek-ai/dsh-client-ui-agent-preset": "0.1.2-alpha.2",
    "@deepseek-ai/dsh-client-ui-conversation": "^0.1.2-alpha.2",
    "@deepseek-ai/dsh-client-ui-primitives": "^0.1.2-alpha.2",
    "@deepseek-ai/dsh-client-ui-renderer": "0.1.2-alpha.2",
    "@deepseek-ai/dsh-client-ui-session": "0.1.2-alpha.2",
    "@deepseek-ai/dsh-client-ui-settings": "0.1.2-alpha.2",
    "@deepseek-ai/dsh-client-ui-slots": "^0.1.2-alpha.2",
    "@deepseek-ai/dsh-client-ui-tool": "0.1.2-alpha.2",
    "@deepseek-ai/dsh-client-ui-workspace": "0.1.2-alpha.2",
    "@deepseek-ai/dsh-commands": "^0.1.2-alpha.2",
    "@deepseek-ai/dsh-credentials": "^0.1.2-alpha.2",
    "@deepseek-ai/dsh-host-webserver": "^0.1.2-alpha.2",
    "@deepseek-ai/dsh-invariants": "^0.1.2-alpha.2",
    "@deepseek-ai/dsh-llm": "0.1.2-alpha.2",
    "@deepseek-ai/dsh-scope": "^0.1.2-alpha.2",
    "@deepseek-ai/dsh-session": "0.1.2-alpha.2",
    "@deepseek-ai/dsh-storage": "^0.1.2-alpha.2",
    "@deepseek-ai/dsh-storage-domain": "^0.1.2-alpha.2",
    "@deepseek-ai/dsh-storage-json": "^0.1.2-alpha.2",
    "@deepseek-ai/dsh-subprocess": "^0.1.2-alpha.2",
    "@deepseek-ai/dsh-subprocess-local": "0.1.2-alpha.2",
    "@deepseek-ai/dsh-tools": "^0.1.2-alpha.2",
    "@deepseek-ai/dsh-typert-protocol": "0.1.2-alpha.2",
    "@deepseek-ai/dsh-user-questions": "^0.1.2-alpha.2",
    "@deepseek-ai/dsh-util-values": "^0.1.2-alpha.2",
    "@deepseek-ai/schemastery": "3.18.2",
    "@dsh-std/adapter-dsh": "0.1.0-rc3",
    "@dsh-std/command": "0.1.0-rc2",
    "@dsh-std/core": "0.1.0-rc1",
    "@dsh-std/lifecycle": "0.1.0-rc1",
    "@dsh-std/manifest": "0.1.0-rc1",
    "@dsh-std/presentation": "0.1.0-rc1",
    "@dsh-std/storage": "0.1.0-rc1",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/react": "^16.3.2",
    "@types/node": "^25.0.0",
    "@types/react": "~18.3.1",
    "js-yaml": "4.3.1",
    "jsdom": "^30.0.1",
    "lightningcss": "^1.32.0",
    "react": "^18.2.0",
    "react-dom": "^18.3.1",
    "schemastery": "^3.18.0",
    "tsdown": "^0.22.2",
    "typescript": "^6.0.3",
    "vitest": "^3.0.0"
  }
}
