{ "name": "dsh-hwp", "version": "0.1.0", "description": "DeepSeek Harness plugin: a read_hwp tool that reads Korean Hangul word processor documents (.hwp HWP 5.x and .hwpx) as Markdown or plain text, with no native binaries.", "keywords": [ "deepseek", "harness", "dsh", "dsh-plugin", "cordis", "plugin", "hwp", "hwpx", "hangul", "korean", "markdown" ], "type": "module", "main": "lib/index.js", "types": "lib/index.d.ts", "exports": { ".": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "./package.json": "./package.json" }, "files": [ "lib", "cordis.patch.yml", "README.md", "LICENSE" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/kevin9327/dsh-hwp.git" }, "homepage": "https://github.com/kevin9327/dsh-hwp#readme", "bugs": { "url": "https://github.com/kevin9327/dsh-hwp/issues" }, "engines": { "node": ">=22.0.0", "dsh": ">=0.1.5-rc.1 <0.2.0-0" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.test.json", "test": "vitest run" }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.2", "@deepseek-ai/dsh-tools": ">=0.1.5-rc.1 <0.2.0-0", "@deepseek-ai/schemastery": "^3.18.1" }, "devDependencies": { "@deepseek-ai/cordis": "4.0.2", "@deepseek-ai/dsh-fs": "0.1.5-rc.2", "@deepseek-ai/dsh-fs-local": "0.1.5-rc.2", "@deepseek-ai/dsh-system-prompt": "0.1.5-rc.2", "@deepseek-ai/dsh-tools": "0.1.5-rc.2", "@deepseek-ai/schemastery": "3.18.2", "@types/node": "^22.18.0", "cfb": "^1.2.2", "fflate": "^0.8.2", "typescript": "^5.9.2", "vitest": "^3.2.4" } }