{ "name": "@michengai/dsh-automation", "version": "0.1.32", "description": "在独立 DSH Session 中按计划执行编码任务,支持 Web 设置页与 Agent 双入口管理。", "type": "module", "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", "assets", "docs", "cordis.patch.yml", "README.md", "README.zh-CN.md", "LICENSE", "NOTICE", "CHANGELOG.md", "CHANGELOG.zh-CN.md" ], "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/MichengAI/dsh-automation.git" }, "bugs": { "url": "https://github.com/MichengAI/dsh-automation/issues" }, "homepage": "https://github.com/MichengAI/dsh-automation#readme", "engines": { "node": "^22.19.0 || >=24.0.0" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-client-connection", "@deepseek-ai/dsh-client-locale", "@deepseek-ai/dsh-client-ui-settings", "@deepseek-ai/dsh-client-ui-conversation" ] } }, "scripts": { "build": "node scripts/build.mjs", "typecheck": "tsc --noEmit -p tsconfig.json", "test": "node --import ./tests/register-dsh-stubs.mjs --import tsx --test tests/*.test.ts", "check": "pnpm typecheck && pnpm test && pnpm build" }, "dependencies": { "luxon": "^3.7.2", "zod": "^4.1.5" }, "peerDependencies": { "@deepseek-ai/cordis": ">=4.0.1 <5.0.0", "@deepseek-ai/dsh-agent": ">=0.1.0-rc.5 <0.2.0", "@deepseek-ai/dsh-agent-default-model": ">=0.1.0-rc.5 <0.2.0", "@deepseek-ai/dsh-agent-presets": ">=0.1.0-rc.5 <0.2.0", "@deepseek-ai/dsh-client-connection": ">=0.1.0-rc.5 <0.2.0", "@deepseek-ai/dsh-client-locale": ">=0.1.0-rc.5 <0.2.0", "@deepseek-ai/dsh-client-ui-conversation": ">=0.1.0-rc.5 <0.2.0", "@deepseek-ai/dsh-client-ui-primitives": ">=0.1.0-rc.5 <0.2.0", "@deepseek-ai/dsh-client-ui-settings": ">=0.1.0-rc.5 <0.2.0", "@deepseek-ai/dsh-llm": ">=0.1.0-rc.5 <0.2.0", "@deepseek-ai/dsh-permission-presets": ">=0.1.0-rc.5 <0.2.0", "@deepseek-ai/dsh-session": ">=0.1.0-rc.5 <0.2.0", "@deepseek-ai/dsh-storage-domain": ">=0.1.0-rc.5 <0.2.0", "@deepseek-ai/dsh-tools": ">=0.1.0-rc.5 <0.2.0", "@deepseek-ai/dsh-user-approval": ">=0.1.0-rc.5 <0.2.0", "@deepseek-ai/dsh-workspace": ">=0.1.0-rc.5 <0.2.0", "@deepseek-ai/schemastery": ">=3.18.1 <4.0.0", "react": "^18.2.0" }, "peerDependenciesMeta": { "react": { "optional": true } }, "devDependencies": { "@deepseek-ai/cordis": "4.0.2", "@deepseek-ai/dsh-agent": "0.1.2-rc.1", "@deepseek-ai/dsh-agent-default-model": "0.1.2-rc.1", "@deepseek-ai/dsh-agent-presets": "0.1.2-rc.1", "@deepseek-ai/dsh-client-connection": "0.1.2-rc.1", "@deepseek-ai/dsh-client-locale": "0.1.2-rc.1", "@deepseek-ai/dsh-client-ui-conversation": "0.1.2-rc.1", "@deepseek-ai/dsh-client-ui-primitives": "0.1.2-rc.1", "@deepseek-ai/dsh-client-ui-settings": "0.1.2-rc.1", "@deepseek-ai/dsh-llm": "0.1.2-rc.1", "@deepseek-ai/dsh-permission-presets": "0.1.2-rc.1", "@deepseek-ai/dsh-session": "0.1.2-rc.1", "@deepseek-ai/dsh-storage-domain": "0.1.2-rc.1", "@deepseek-ai/dsh-tools": "0.1.2-rc.1", "@deepseek-ai/dsh-user-approval": "0.1.2-rc.1", "@deepseek-ai/dsh-workspace": "0.1.2-rc.1", "@deepseek-ai/schemastery": "3.18.2", "@types/luxon": "^3.7.1", "@types/node": "^22.0.0", "@types/react": "~18.3.1", "esbuild": "^0.25.0", "react": "^18.3.1", "tsx": "^4.20.0", "typescript": "^5.9.0" }, "keywords": [ "deepseek-harness", "dsh", "automation", "scheduled-task", "coding-agent", "cordis" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }