{ "name": "dsh-browser-verify", "description": "Read-only browser verification tools for the DeepSeek Harness web GUI: browser_open / browser_mock / browser_assert / browser_screenshot — verify a page (H5/desktop) in ≤4 tool calls with mock interception, DOM assertions, and screenshots that auto-project into the model context.", "version": "0.1.5", "type": "module", "packageManager": "pnpm@11.7.0", "engines": { "node": "^22.19.0 || >=24.0.0", "dsh": ">=0.1.2-alpha.1" }, "main": "lib/index.js", "types": "lib/types/index.d.ts", "exports": { ".": { "types": "./lib/types/index.d.ts", "default": "./lib/index.js" }, "./package.json": "./package.json" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, "scripts": { "build": "node -e \"require('fs').rmSync('lib', { recursive: true, force: true })\" && tsc -b && tsdown", "typecheck": "tsc -b --pretty false && tsc -p tsconfig.vitest.json --pretty false", "test": "vitest run", "test:watch": "vitest" }, "dependencies": { "playwright-core": "1.62.0" }, "peerDependencies": { "@deepseek-ai/dsh-attachment": "^0.1.2-alpha.4", "@deepseek-ai/dsh-tools": "^0.1.2-alpha.4" }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-attachment": "^0.1.2-alpha.4", "@deepseek-ai/dsh-llm": "^0.1.2-alpha.4", "@deepseek-ai/dsh-tools": "^0.1.2-alpha.4", "@types/node": "^22.20.0", "@vitest/coverage-v8": "^3.0.0", "tsdown": "0.22.2", "typescript": "~5.7.2", "vitest": "^3.0.0" }, "files": [ "lib/**/*.js", "lib/**/*.d.ts", "src", "cordis.patch.yml", "README.md", "README.zh.md", "LICENSE" ], "license": "Apache-2.0" }