{ "name": "@niuhuoshan/dsh-connect", "version": "0.1.0", "description": "DeepSeek Harness 数据源连接插件,支持数据库元数据发现、AI 语义建模、只读 SQL 查询和固定 HTTP API 调用", "type": "module", "author": "niuhuoshan", "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/niuhuoshan/dsh-connect.git" }, "homepage": "https://github.com/niuhuoshan/dsh-connect#readme", "bugs": { "url": "https://github.com/niuhuoshan/dsh-connect/issues" }, "keywords": [ "deepseek-harness", "dsh", "dsh-plugin", "cordis", "database", "metadata", "http-api", "agent-tools" ], "packageManager": "pnpm@11.7.0", "engines": { "node": "^22.19.0 || >=24.0.0" }, "main": "lib/index.js", "types": "lib/types/index.d.ts", "exports": { ".": { "types": "./lib/types/index.d.ts", "default": "./lib/index.js" }, "./client": { "types": "./lib/types/client/index.d.ts", "default": "./lib/client.js" }, "./package.json": "./package.json" }, "files": [ "lib", "cordis.patch.yml", "README.md", "LICENSE" ], "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-client-connection", "@deepseek-ai/dsh-client-runtime", "@deepseek-ai/dsh-client-ui-settings" ] } }, "scripts": { "build": "tsc --emitDeclarationOnly && node scripts/build.mjs", "typecheck": "tsc --noEmit", "test": "vitest run", "check": "pnpm run typecheck && pnpm run test && pnpm run build", "prepack": "pnpm run check" }, "dependencies": { "@clickhouse/client": "^1.12.1", "mysql2": "^3.14.4", "pg": "^8.16.3", "zod": "^4.4.3" }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-agent-default-model": "^0.1.1-rc.2", "@deepseek-ai/dsh-client-connection": "^0.1.1-rc.2", "@deepseek-ai/dsh-client-runtime": "^0.1.1-rc.2", "@deepseek-ai/dsh-client-ui-primitives": "^0.1.1-rc.2", "@deepseek-ai/dsh-client-ui-settings": "^0.1.1-rc.2", "@deepseek-ai/dsh-client-ui-slots": "^0.1.1-rc.2", "@deepseek-ai/dsh-credentials": "^0.1.1-rc.2", "@deepseek-ai/dsh-host-apiproxy": "^0.1.1-rc.2", "@deepseek-ai/dsh-llm": "^0.1.1-rc.2", "@deepseek-ai/dsh-settings": "^0.1.1-rc.2", "@deepseek-ai/dsh-storage-domain": "^0.1.1-rc.2", "@deepseek-ai/dsh-tools": "^0.1.1-rc.2", "@deepseek-ai/schemastery": "^3.18.1", "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-agent-default-model": "0.1.1-rc.2", "@deepseek-ai/dsh-client-connection": "0.1.1-rc.2", "@deepseek-ai/dsh-client-runtime": "0.1.1-rc.2", "@deepseek-ai/dsh-client-ui-primitives": "0.1.1-rc.2", "@deepseek-ai/dsh-client-ui-settings": "0.1.1-rc.2", "@deepseek-ai/dsh-client-ui-slots": "0.1.1-rc.2", "@deepseek-ai/dsh-credentials": "0.1.1-rc.2", "@deepseek-ai/dsh-host-apiproxy": "0.1.1-rc.2", "@deepseek-ai/dsh-llm": "0.1.1-rc.2", "@deepseek-ai/dsh-settings": "0.1.1-rc.2", "@deepseek-ai/dsh-storage-domain": "0.1.1-rc.2", "@deepseek-ai/dsh-tools": "0.1.1-rc.2", "@types/node": "^22.18.0", "@types/pg": "^8.15.5", "@types/react": "~18.3.24", "@types/react-dom": "~18.3.7", "@deepseek-ai/schemastery": "^3.18.1", "esbuild": "^0.25.9", "react": "^18.3.1", "react-dom": "^18.3.1", "typescript": "~5.9.2", "vitest": "^3.2.4" } }