{ "name": "dsh-inline-comments", "version": "0.1.3", "description": "Inline, batchable comments for DeepSeek Harness assistant replies", "keywords": [ "deepseek", "deepseek-harness", "dsh", "dsh-plugins", "cordis", "comment", "review" ], "homepage": "https://github.com/ruisenbai/dsh-inline-comments#readme", "bugs": { "url": "https://github.com/ruisenbai/dsh-inline-comments/issues" }, "repository": { "type": "git", "url": "git+https://github.com/ruisenbai/dsh-inline-comments.git" }, "license": "MIT", "author": "dsh-inline-comments contributors", "type": "module", "main": "lib/index.js", "types": "lib/types/index.d.ts", "exports": { ".": { "types": "./lib/types/index.d.ts", "default": "./lib/index.js" }, "./invariant": { "types": "./lib/types/invariant.d.ts", "default": "./lib/invariant.js" }, "./client": { "types": "./lib/types/client/index.d.ts", "default": "./lib/client.js" }, "./package.json": "./package.json" }, "files": [ "lib/index.js", "lib/invariant.js", "lib/client.js", "lib/types/**/*.d.ts", "cordis.patch.yml", "README.md", "README.en.md", "CHANGELOG.md", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md", "RELEASING.md", "SECURITY.md", "SUPPORT.md", "docs/**/*.md", "docs/assets/**/*.png", "LICENSE", "THIRD_PARTY_NOTICES.md" ], "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-client-runtime", "@deepseek-ai/dsh-client-locale", "@deepseek-ai/dsh-client-ui-settings", "@deepseek-ai/dsh-client-ui-settings-plugins", "@deepseek-ai/dsh-client-ui-conversation", "@deepseek-ai/dsh-client-ui-input-trigger", "@deepseek-ai/dsh-client-ui-slots", "@deepseek-ai/dsh-client-ui-primitives" ] } }, "engines": { "node": "^22.19.0 || >=24.0.0" }, "packageManager": "pnpm@11.7.0", "scripts": { "clean": "node scripts/clean.mjs", "build": "pnpm run clean && tsc -p tsconfig.build.json && tsdown", "typecheck": "tsc -p tsconfig.json --noEmit", "lint": "oxlint --deny-warnings src tests scripts", "format": "prettier --write .", "format:check": "prettier --check .", "test": "vitest run", "test:browser": "node scripts/browser-test.mjs", "test:coverage": "vitest run --coverage", "verify:bundle": "node scripts/verify-bundle.mjs", "publint": "publint --level error", "verify": "pnpm run typecheck && pnpm run lint && pnpm run format:check && pnpm run test && pnpm run build && pnpm run verify:bundle && pnpm run publint", "prepare": "pnpm run build", "prepack": "pnpm run verify" }, "dependencies": { "@deepseek-ai/schemastery": "^3.18.1" }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-agent": ">=0.1.1-rc.2 <0.2.0", "@deepseek-ai/dsh-client-locale": ">=0.1.1-rc.2 <0.2.0", "@deepseek-ai/dsh-client-runtime": ">=0.1.1-rc.2 <0.2.0", "@deepseek-ai/dsh-client-ui-conversation": ">=0.1.1-rc.2 <0.2.0", "@deepseek-ai/dsh-client-ui-input-trigger": ">=0.1.1-rc.2 <0.2.0", "@deepseek-ai/dsh-client-ui-primitives": ">=0.1.1-rc.2 <0.2.0", "@deepseek-ai/dsh-client-ui-settings": ">=0.1.1-rc.2 <0.2.0", "@deepseek-ai/dsh-client-ui-settings-plugins": ">=0.1.1-rc.2 <0.2.0", "@deepseek-ai/dsh-client-ui-slots": ">=0.1.1-rc.2 <0.2.0", "@deepseek-ai/dsh-commands": ">=0.1.1-rc.2 <0.2.0", "@deepseek-ai/dsh-llm": ">=0.1.1-rc.2 <0.2.0", "@deepseek-ai/dsh-session": ">=0.1.1-rc.2 <0.2.0", "@deepseek-ai/dsh-settings": ">=0.1.1-rc.2 <0.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@deepseek-ai/cordis": "4.0.1", "@deepseek-ai/dsh": "0.1.1-rc.2", "@deepseek-ai/dsh-agent": "0.1.1-rc.2", "@deepseek-ai/dsh-atomic-write": "0.1.1-rc.2", "@deepseek-ai/dsh-client-locale": "0.1.1-rc.2", "@deepseek-ai/dsh-client-runtime": "0.1.1-rc.2", "@deepseek-ai/dsh-client-ui-conversation": "0.1.1-rc.2", "@deepseek-ai/dsh-client-ui-input-trigger": "0.1.1-rc.2", "@deepseek-ai/dsh-client-ui-primitives": "0.1.1-rc.2", "@deepseek-ai/dsh-client-ui-settings": "0.1.1-rc.2", "@deepseek-ai/dsh-client-ui-settings-plugins": "0.1.1-rc.2", "@deepseek-ai/dsh-client-ui-slots": "0.1.1-rc.2", "@deepseek-ai/dsh-code-runtime": "0.1.1-rc.2", "@deepseek-ai/dsh-commands": "0.1.1-rc.2", "@deepseek-ai/dsh-compaction": "0.1.1-rc.2", "@deepseek-ai/dsh-invariants": "0.1.1-rc.2", "@deepseek-ai/dsh-llm": "0.1.1-rc.2", "@deepseek-ai/dsh-sandbox": "0.1.1-rc.2", "@deepseek-ai/dsh-scope": "0.1.1-rc.2", "@deepseek-ai/dsh-session": "0.1.1-rc.2", "@deepseek-ai/dsh-settings": "0.1.1-rc.2", "@deepseek-ai/dsh-shell": "0.1.1-rc.2", "@deepseek-ai/dsh-timeout": "0.1.1-rc.2", "@testing-library/jest-dom": "6.9.1", "@testing-library/react": "^16.3.2", "@types/node": "^24.10.0", "@types/react": "~18.3.1", "@types/react-dom": "~18.3.1", "@vitest/coverage-v8": "^4.1.8", "jsdom": "^29.1.1", "lucide-react": "0.468.0", "oxlint": "^1.76.0", "playwright": "^1.61.1", "prettier": "^3.6.2", "publint": "0.3.23", "react": "^18.2.0", "react-dom": "^18.2.0", "tsdown": "^0.22.2", "typescript": "^6.0.3", "unrun": "^0.3.1", "vite": "^8.2.1", "vitest": "^4.1.8" }, "publishConfig": { "access": "public", "provenance": true } }