{ "name": "@nanmicoder/dsh-auto-mode", "version": "0.1.5", "description": "Sandbox-first automatic permission policy for DeepSeek Harness", "author": "程序员阿江(Relakkes) ", "keywords": [ "deepseek", "deepseek-harness", "dsh", "permission", "security", "plugin" ], "repository": { "type": "git", "url": "git+https://github.com/NanmiCoder/dsh-auto-mode.git" }, "homepage": "https://github.com/NanmiCoder/dsh-auto-mode#readme", "bugs": { "url": "https://github.com/NanmiCoder/dsh-auto-mode/issues" }, "type": "module", "main": "./lib/index.js", "types": "./lib/index.d.ts", "exports": { ".": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "./client": { "types": "./lib/client/index.d.ts", "default": "./lib/client.js" }, "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json" }, "files": [ "lib", "assets/readme/hero.svg", "cordis.patch.yml", "README.md", "README_ZH.md", "DESIGN.md" ], "scripts": { "clean": "node scripts/clean.mjs", "typecheck": "tsc --noEmit && tsc -p tsconfig.client.json --noEmit", "build": "pnpm run clean && tsc && tsc -p tsconfig.client.json && tsdown", "test": "vitest run", "verify": "pnpm run typecheck && pnpm run build && pnpm run test && node scripts/verify-package.mjs", "prepublishOnly": "pnpm verify" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [], "platform": "web" } }, "engines": { "node": "^22.19.0 || >=24.0.0" }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-client-locale": "^0.1.0-rc.6", "@deepseek-ai/dsh-llm": "^0.1.0-rc.6", "@deepseek-ai/dsh-permission-presets": "^0.1.0-rc.6", "@deepseek-ai/dsh-tools": "^0.1.0-rc.6", "@deepseek-ai/dsh-user-approval": "^0.1.0-rc.6" }, "peerDependenciesMeta": { "@deepseek-ai/cordis": { "optional": true }, "@deepseek-ai/dsh-client-locale": { "optional": true }, "@deepseek-ai/dsh-llm": { "optional": true }, "@deepseek-ai/dsh-permission-presets": { "optional": true }, "@deepseek-ai/dsh-tools": { "optional": true }, "@deepseek-ai/dsh-user-approval": { "optional": true } }, "dependencies": { "@deepseek-ai/schemastery": "^3.18.1" }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/cordis-plugin-include": "^1.0.6", "@deepseek-ai/cordis-plugin-loader": "^1.0.2", "@deepseek-ai/dsh": "0.1.0-rc.6", "@deepseek-ai/dsh-bash-sandbox": "0.1.0-rc.6", "@deepseek-ai/dsh-client-locale": "0.1.0-rc.6", "@deepseek-ai/dsh-fs-sandbox": "0.1.0-rc.6", "@deepseek-ai/dsh-llm": "0.1.0-rc.6", "@deepseek-ai/dsh-permission-presets": "0.1.0-rc.6", "@deepseek-ai/dsh-pwsh-sandbox": "0.1.0-rc.6", "@deepseek-ai/dsh-sandbox": "0.1.0-rc.6", "@deepseek-ai/dsh-sandbox-local": "0.1.0-rc.6", "@deepseek-ai/dsh-sandbox-policy": "0.1.0-rc.6", "@deepseek-ai/dsh-shell-env": "0.1.0-rc.6", "@deepseek-ai/dsh-subprocess-local": "0.1.0-rc.6", "@deepseek-ai/dsh-system-prompt": "0.1.0-rc.6", "@deepseek-ai/dsh-tool-bash": "0.1.0-rc.6", "@deepseek-ai/dsh-tool-pwsh": "0.1.0-rc.6", "@deepseek-ai/dsh-tool-str-replace-editor": "0.1.0-rc.6", "@deepseek-ai/dsh-tools": "0.1.0-rc.6", "@deepseek-ai/dsh-user-approval": "0.1.0-rc.6", "@types/node": "^24.10.0", "jsdom": "^26.1.0", "tsdown": "0.22.2", "typescript": "^5.9.3", "vitest": "^4.0.17" }, "packageManager": "pnpm@10.33.0", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "license": "MIT" }