{ "name": "dsh-diff-approval", "version": "0.20.1", "description": "DeepSeek Harness plugin: pending-edit review with whole-file diff and Keep/Revert", "packageManager": "pnpm@11.21.0", "author": "Wu Zhiwei", "repository": { "type": "git", "url": "git+https://github.com/9087/dsh-diff-approval.git" }, "homepage": "https://github.com/9087/dsh-diff-approval#readme", "bugs": { "url": "https://github.com/9087/dsh-diff-approval/issues" }, "type": "module", "main": "lib/index.js", "types": "lib/types/index.d.ts", "exports": { ".": { "types": "./lib/types/index.d.ts", "default": "./lib/index.js" }, "./client": { "types": "./lib/types/client/index.d.ts", "default": "./lib/client.js" }, "./src/*": "./src/*", "./package.json": "./package.json" }, "files": [ "lib/index.js", "lib/client.js", "lib/types/**/*.d.ts", "cordis.patch.yml", "docs/images/**" ], "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [ "@deepseek-ai/dsh-client-runtime", "@deepseek-ai/dsh-client-connection", "@deepseek-ai/dsh-client-locale", "@deepseek-ai/dsh-client-ui-sidebar" ], "platform": "web" } }, "scripts": { "typecheck": "tsc -b tsconfig.json", "build": "tsc -b tsconfig.json && tsdown --env.DSH_BUILD_FACE client", "test": "vitest run", "compat": "node scripts/dsh-compat.mjs", "prepare": "tsc -b tsconfig.json && tsdown --env.DSH_BUILD_FACE client", "release": "release-it" }, "license": "MIT", "dependencies": { "@deepseek-ai/dsh-home-paths": "^0.1.0-rc.5", "@shikijs/langs": "^4.4.3", "diff": "^9.0.0", "dompurify": "^3.4.15", "marked": "^18.0.11", "shiki": "^4.4.3" }, "peerDependencies": { "@deepseek-ai/cordis": ">=4.0.1", "react": "^18.2.0" }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-client-connection": "^0.1.0-rc.5", "@deepseek-ai/dsh-client-locale": "^0.1.0-rc.5", "@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.5", "@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.5", "@deepseek-ai/dsh-client-ui-settings": "^0.1.0-rc.5", "@deepseek-ai/dsh-client-ui-sidebar": "^0.1.0-rc.5", "@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.5", "@deepseek-ai/dsh-fs": "^0.1.0-rc.5", "@deepseek-ai/dsh-host-apiproxy": "^0.1.0-rc.5", "@deepseek-ai/dsh-session": "^0.1.0-rc.5", "@deepseek-ai/dsh-tools": "^0.1.0-rc.5", "@deepseek-ai/dsh-workspace": "^0.1.0-rc.5", "@release-it/conventional-changelog": "^12.0.0", "@testing-library/react": "^16.1.0", "@types/node": "^22.0.0", "@types/react": "~18.3.1", "jsdom": "^29.1.1", "lightningcss": "^1.32.0", "react": "^18.2.0", "react-dom": "^18.2.0", "release-it": "^21.0.2", "tsdown": "^0.22.2", "typescript": "^6.0.3", "vitest": "^4.1.8" } }