{ "name": "dsh-full-remote", "version": "0.3.7", "description": "DeepSeek Harness plugin for remote access: a token-gated reverse proxy keeps settings, credentials, and file access working over public tunnels and on other devices instead of returning 403. Per-device sessions.", "type": "module", "main": "lib/index.js", "exports": { ".": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "./client": "./lib/client.js", "./package.json": "./package.json" }, "scripts": { "bootstrap": "node scripts/bootstrap.mjs", "clean": "node -e \"require('node:fs').rmSync('lib',{recursive:true,force:true})\"", "build": "pnpm run clean && tsdown", "lint": "eslint .", "typecheck": "tsc --noEmit", "typecheck:ci": "tsc -p tsconfig.ci.json", "test:unit": "node --experimental-strip-types --test tests/*.test.ts", "test:unit:coverage": "node --experimental-strip-types --experimental-test-coverage --test-coverage-lines=80 --test-coverage-branches=70 --test-coverage-functions=80 --test tests/*.test.ts", "test:client": "vitest run", "test:client:coverage": "vitest run --coverage", "test:browser": "node scripts/browser-smoke.mjs", "test:composition": "node scripts/check-composition.mjs", "audit:prod": "pnpm audit --prod --audit-level moderate", "screenshots": "node --experimental-strip-types scripts/capture-screenshots.ts", "test": "pnpm run test:unit && pnpm run test:client", "check": "pnpm run lint && pnpm run typecheck && pnpm run test && pnpm run build", "check:ci": "pnpm run lint && pnpm run typecheck:ci && pnpm run test && pnpm run build", "prepare": "pnpm run build" }, "files": [ "lib/index.d.ts", "lib/index.js", "lib/client.js", "cordis.patch.yml", "CHANGELOG.md", "LICENSE", "CONTRIBUTING.md", "SECURITY.md", "docs/compatibility.md", "docs/http-gzip.md", "docs/http-gzip.zh.md", "README.md", "README.zh.md" ], "engines": { "node": "^22.19.0 || >=24.0.0" }, "packageManager": "pnpm@11.21.0", "license": "MIT", "author": { "name": "JUANWANG-BUAA", "url": "https://github.com/JUANWANG-BUAA" }, "repository": { "type": "git", "url": "git+https://github.com/JUANWANG-BUAA/dsh-full-remote.git" }, "homepage": "https://github.com/JUANWANG-BUAA/dsh-full-remote#readme", "bugs": { "url": "https://github.com/JUANWANG-BUAA/dsh-full-remote/issues" }, "keywords": [ "dsh", "dsh-plugin", "deepseek-harness", "reverse-proxy", "remote-access", "tunnel", "mobile" ], "publishConfig": { "access": "public" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-client-runtime", "@deepseek-ai/dsh-client-ui-slots" ] } }, "dependencies": { "@deepseek-ai/schemastery": "^3.18.1", "uqr": "^0.1.3" }, "peerDependencies": { "@deepseek-ai/cordis": ">=4.0.1 <5", "@deepseek-ai/dsh-client-runtime": ">=0.1.0-rc.5 <0.2", "@deepseek-ai/dsh-client-ui-slots": ">=0.1.0-rc.5 <0.2", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-client-runtime": "0.1.1-rc.1", "@deepseek-ai/dsh-client-ui-slots": "0.1.1-rc.1", "@eslint/js": "^10.0.1", "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.2", "@types/node": "^22.20.0", "@types/react": "~18.3.1", "@types/react-dom": "18.3.7", "@vitest/coverage-v8": "4.1.10", "eslint": "^10.8.1", "globals": "^17.11.0", "jsdom": "29.1.1", "lightningcss": "^1.33.0", "playwright": "1.62.1", "react": "^18.2.0", "react-dom": "18.3.1", "tsdown": "^0.22.14", "typescript": "^6.0.3", "typescript-eslint": "^8.67.0", "vitest": "^4.1.10" } }