{ "name": "@dsh-external/dsh-better-browser", "version": "0.3.6", "description": "Better Browser for DeepSeek Harness: drive the user's real browser through Kimi WebBridge with navigation, snapshots, interaction, screenshots, network inspection, and tab management", "type": "module", "main": "./lib/index.js", "types": "./lib/types/index.d.ts", "exports": { ".": { "types": "./lib/types/index.d.ts", "default": "./lib/index.js" }, "./src/*": "./src/*", "./package.json": "./package.json" }, "files": [ "lib", "src", "cordis.patch.yml", "scripts" ], "license": "BSD-3-Clause", "repository": { "type": "git", "url": "git+https://github.com/titanwings/dsh-better-browser.git" }, "bugs": { "url": "https://github.com/titanwings/dsh-better-browser/issues" }, "homepage": "https://github.com/titanwings/dsh-better-browser#readme", "dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1-rc.1", "@deepseek-ai/dsh-llm": "^0.0.1", "@deepseek-ai/dsh-session": "^0.0.1", "@deepseek-ai/dsh-tools": "^0.0.1", "@deepseek-ai/schemastery": "^3.18.1-rc.1" }, "peerDependenciesMeta": { "@deepseek-ai/cordis": { "optional": true }, "@deepseek-ai/dsh-llm": { "optional": true }, "@deepseek-ai/dsh-session": { "optional": true }, "@deepseek-ai/dsh-tools": { "optional": true }, "@deepseek-ai/schemastery": { "optional": true } }, "scripts": { "build": "node scripts/build.mjs", "link:dsh": "node scripts/link-dsh-source.mjs", "dev:env": "node scripts/dev-env.mjs", "typecheck": "node scripts/dev-env.mjs && tsc -p tsconfig.test.json", "test": "node scripts/dev-env.mjs && vitest run", "test:watch": "node scripts/dev-env.mjs && vitest", "check": "npm run typecheck && npm run build && npm test && oxlint ." }, "engines": { "node": "^22.19.0 || >=24.0.0" }, "private": false, "keywords": [ "dsh", "plugin", "cordis", "webbridge", "browser", "kimi", "deepseek-harness", "tool" ] }