Package the portable DSH profiles, local plugins, desktop integration, Firefox wrapper, and ownership-aware installer lifecycle. Bundle checksum-pinned OpenVSCode, editor extensions, translation assets, and cloudflared so unreliable upstream artifact downloads cannot break a clean installation.
101 lines
2.6 KiB
JSON
101 lines
2.6 KiB
JSON
{
|
|
"name": "dsh-ui-translate",
|
|
"version": "0.4.0",
|
|
"description": "Privacy-first browser-local Chinese UI and content translation for DeepSeek Harness Web",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": "^22.19.0 || >=24.11.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"
|
|
},
|
|
"./src/*": "./src/*",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"src",
|
|
"cordis.patch.yml",
|
|
"README.md",
|
|
"SECURITY.md",
|
|
"THIRD_PARTY_NOTICES.md",
|
|
"THIRD_PARTY_LICENSES",
|
|
"LICENSE"
|
|
],
|
|
"keywords": [
|
|
"deepseek-harness",
|
|
"dsh",
|
|
"dsh-plugin",
|
|
"translation",
|
|
"localization",
|
|
"privacy",
|
|
"offline"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/RadicalGitter/dsh-ui-translate.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/RadicalGitter/dsh-ui-translate/issues"
|
|
},
|
|
"homepage": "https://github.com/RadicalGitter/dsh-ui-translate#readme",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dsh": {
|
|
"bundle": {
|
|
"patch": "./cordis.patch.yml"
|
|
},
|
|
"client": {
|
|
"inject": [
|
|
"@deepseek-ai/dsh-client-runtime",
|
|
"@deepseek-ai/dsh-client-connection",
|
|
"@deepseek-ai/dsh-client-locale",
|
|
"@deepseek-ai/dsh-client-ui-settings"
|
|
],
|
|
"platform": "web"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"schemastery": "^3.18.0"
|
|
},
|
|
"overrides": {
|
|
"sharp": "0.35.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@deepseek-ai/cordis": "^4.0.1",
|
|
"@deepseek-ai/dsh-host-webserver": "^0.1.0-rc.7",
|
|
"@deepseek-ai/dsh-settings": "^0.1.0-rc.7",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@deepseek-ai/cordis": "^4.0.1",
|
|
"@deepseek-ai/dsh-client-connection": "^0.1.0-rc.7",
|
|
"@deepseek-ai/dsh-client-locale": "^0.1.0-rc.7",
|
|
"@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.7",
|
|
"@deepseek-ai/dsh-client-ui-settings": "^0.1.0-rc.7",
|
|
"@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.7",
|
|
"@deepseek-ai/dsh-host-webserver": "^0.1.0-rc.7",
|
|
"@deepseek-ai/dsh-settings": "^0.1.0-rc.7",
|
|
"@huggingface/transformers": "3.8.1",
|
|
"@types/node": "^22.15.0",
|
|
"@types/react": "^18.3.0",
|
|
"@types/react-dom": "^18.3.0",
|
|
"jsdom": "^26.1.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"tsdown": "^0.22.2",
|
|
"typescript": "^5.8.3",
|
|
"vitest": "^3.1.1"
|
|
}
|
|
}
|