{ "name": "@dsh-external/dsh-automation", "version": "0.1.6", "description": "Run coding tasks on schedule in fresh Agent sessions, and manage automations from DeepSeek Harness Web or an 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", "docs", "cordis.patch.yml", "README.md", "README.zh-CN.md", "LICENSE" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/titanwings/dsh-automation.git" }, "bugs": { "url": "https://github.com/titanwings/dsh-automation/issues" }, "homepage": "https://github.com/titanwings/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-runtime", "@deepseek-ai/dsh-client-locale", "@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": { "react": "^18.2.0" }, "peerDependenciesMeta": { "react": { "optional": true } }, "devDependencies": { "@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" ], "packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be" }