{ "name": "dsh-webbridge", "version": "0.0.4", "description": "Kimi WebBridge host plugin for DeepSeek Harness: model tools that drive the user's REAL browser (navigate, snapshot, click, fill, evaluate, screenshot, network inspection, tab management) through the local kimi-webbridge daemon", "keywords": [ "deepseek", "deepseek-harness", "dsh-plugin", "dsh-bundle", "kimi", "webbridge", "browser", "browser-automation", "model-tools" ], "type": "module", "main": "./lib/index.js", "types": "./lib/types/index.d.ts", "exports": { ".": { "types": "./lib/types/index.d.ts", "default": "./lib/index.js" }, "./invariant": { "types": "./lib/types/invariant.d.ts", "default": "./lib/invariant.js" }, "./cordis.patch.yml": "./cordis.patch.yml", "./src/*": "./src/*", "./package.json": "./package.json" }, "files": [ "lib", "src", "cordis.patch.yml", "scripts", "README.md", "README.zh.md", "README.i18n.yaml", "CHANGELOG.md" ], "license": "BSD-3-Clause", "engines": { "node": "^20.0.0 || >=22.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/omdsh-dev/dsh-webbridge.git" }, "homepage": "https://github.com/omdsh-dev/dsh-webbridge#readme", "bugs": { "url": "https://github.com/omdsh-dev/dsh-webbridge/issues" }, "scripts": { "build": "node scripts/build.mjs", "verify:i18n": "node scripts/verify-i18n.mjs" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, "private": false }