{ "name": "@anweat/dsh-browser", "version": "0.1.9", "description": "Self-contained browser runtime plugin for DeepSeek Harness (scoped @anweat) — bundles Playwright (chromium) and OpenCLI as plugin-local dependencies (with global-reuse fallback), exposes a `browser` service and interactive browser tools.", "license": "MIT", "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", "cordis.patch.yml", "README.md", "scripts", "LICENSE" ], "engines": { "node": "^22.19 || >=24" }, "scripts": { "build": "node scripts/clean-lib.mjs && tsc -p tsconfig.json && tsdown", "typecheck": "tsc -p tsconfig.json --noEmit", "test": "node --test --experimental-transform-types test/*.test.ts", "test:client-bundle": "node scripts/check-client-bundle.mjs", "verify": "pnpm run typecheck && pnpm run build && pnpm test && pnpm run test:client-bundle", "prepublishOnly": "pnpm run verify", "prepare": "npm run build" }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-tools": "^0.1.1-rc.2", "@deepseek-ai/dsh-client-connection": "^0.1.1-rc.2", "@deepseek-ai/dsh-client-locale": "^0.1.1-rc.2", "@deepseek-ai/dsh-client-runtime": "^0.1.1-rc.2", "@deepseek-ai/dsh-client-ui-settings": "^0.1.1-rc.2", "@deepseek-ai/dsh-client-ui-settings-plugins": "^0.1.1-rc.2", "@deepseek-ai/dsh-client-ui-slots": "^0.1.1-rc.2", "@deepseek-ai/dsh-settings": "^0.1.1-rc.2", "@deepseek-ai/schemastery": "^3.18.1" }, "peerDependenciesMeta": { "@deepseek-ai/cordis": { "optional": true }, "@deepseek-ai/dsh-tools": { "optional": true }, "@deepseek-ai/dsh-client-connection": { "optional": true }, "@deepseek-ai/dsh-client-locale": { "optional": true }, "@deepseek-ai/dsh-client-runtime": { "optional": true }, "@deepseek-ai/dsh-client-ui-settings": { "optional": true }, "@deepseek-ai/dsh-client-ui-settings-plugins": { "optional": true }, "@deepseek-ai/dsh-client-ui-slots": { "optional": true }, "@deepseek-ai/dsh-settings": { "optional": true }, "@deepseek-ai/schemastery": { "optional": true } }, "dependencies": { "@jackwener/opencli": "^1.8.6", "patchright": "^1.62.1", "playwright": "^1.60.0" }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-tools": "^0.1.1-rc.2", "@deepseek-ai/dsh-client-connection": "^0.1.1-rc.2", "@deepseek-ai/dsh-client-locale": "^0.1.1-rc.2", "@deepseek-ai/dsh-client-runtime": "^0.1.1-rc.2", "@deepseek-ai/dsh-client-ui-settings": "^0.1.1-rc.2", "@deepseek-ai/dsh-client-ui-settings-plugins": "^0.1.1-rc.2", "@deepseek-ai/dsh-client-ui-slots": "^0.1.1-rc.2", "@deepseek-ai/dsh-settings": "^0.1.1-rc.2", "@deepseek-ai/schemastery": "^3.18.1", "@types/react": "~18.3.1", "@types/react-dom": "~18.3.1", "react": "^18.2.0", "react-dom": "18.2.0", "tsdown": "^0.22.2", "typescript": "^5.6.0", "@types/node": "^22.0.0" }, "dsh": { "client": { "inject": [ "@deepseek-ai/dsh-client-connection", "@deepseek-ai/dsh-client-locale", "@deepseek-ai/dsh-client-runtime", "@deepseek-ai/dsh-client-ui-settings", "@deepseek-ai/dsh-client-ui-settings-plugins" ], "platform": "web" }, "bundle": { "patch": "./cordis.patch.yml" } }, "packageManager": "pnpm@11.7.0", "repository": { "type": "git", "url": "git+https://github.com/anweat/dsh-browser.git" }, "keywords": [ "dsh", "deepseek-harness", "plugin", "browser", "playwright", "opencli" ] }