{ "name": "dsh-interview", "version": "0.5.1", "description": "DeepSeek Harness Web 本地优先的 AI 面试训练工作区,支持自然语言与可视化 UI 双入口。", "type": "module", "main": "lib/index.js", "scripts": { "build": "node scripts/build-client.mjs", "prepack": "npm run build", "test": "node --test test/**/*.test.js", "test:domain": "node --test test/domain/*.test.js", "test:application": "node --test test/application/*.test.js", "test:storage": "node --test test/infrastructure/*.test.js", "check": "node --check lib/index.js && node --check src/adapters/dsh/plugin.js && node --check client/client.js", "verify": "npm run build && npm test && npm run check" }, "devDependencies": { "esbuild": "^0.25.9" }, "engines": { "node": ">=22.5.0" }, "exports": { ".": "./lib/index.js", "./client": "./client/client.js", "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [ "@deepseek-ai/dsh-client-connection", "@deepseek-ai/dsh-client-runtime", "@deepseek-ai/dsh-client-locale", "@deepseek-ai/dsh-client-ui-primitives" ], "platform": "web" } }, "files": [ "lib", "src", "client", "cordis.patch.yml", "README.md", "CHANGELOG.md", "LICENSE" ], "repository": { "type": "git", "url": "git+https://github.com/codingayice/dsh-interview.git" }, "homepage": "https://github.com/codingayice/dsh-interview", "bugs": { "url": "https://github.com/codingayice/dsh-interview/issues" }, "keywords": [ "deepseek", "harness", "dsh", "dsh-plugin", "interview", "interview-practice" ], "publishConfig": { "registry": "https://registry.npmjs.org/" }, "license": "MIT" }