{ "name": "computer-user", "version": "0.3.17", "description": "Unofficial fork of computer-user by jing-hy: Codex-style Windows computer use for DeepSeek Harness. Screenshots ride the tool result as real images with an exact image-to-screen coordinate mapping; text-only routes get a PNG path.", "type": "module", "main": "src/index.js", "exports": { ".": "./src/index.js", "./client": "./client.js", "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json" }, "files": [ "src", "tools", "verify", "docs", "client.js", "cordis.patch.yml", "skills", "README.md", "README.zh.md", "CHANGELOG.md", "LICENSE" ], "scripts": { "test": "node --test" }, "keywords": [ "dsh", "dsh-plugin", "deepseek-harness", "computer-use", "computeruse", "automation", "screenshot", "mouse", "keyboard", "SendInput", "screen", "gui", "codex" ], "license": "MIT", "author": "jing-hy (original computer-user); this is an unofficial fork, maintained at https://github.com/xie129716/computer-user-vision", "engines": { "node": "^22.19 || \u003e=24" }, "os": [ "win32" ], "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web" } }, "peerDependencies": { "@deepseek-ai/dsh-settings": ">=0.1.0-rc.6 <0.1.5-0 || >=0.1.5-rc.1 <0.2.0-0 || >=0.2.0-rc.1 <0.3.0-0", "@deepseek-ai/schemastery": "^3.18.1" }, "repository": { "type": "git", "url": "git+https://github.com/xie129716/computer-user-vision.git" }, "homepage": "https://github.com/xie129716/computer-user-vision#readme", "forkedFrom": "https://github.com/jing-hy/computer-user", "bugs": { "url": "https://github.com/xie129716/computer-user-vision/issues" } }