{ "name": "dsh-session-git", "version": "0.1.0", "description": "Conversation lineage for DeepSeek Harness: fork at a completed turn and show the family tree. Does not rewind files or merge logs.", "type": "module", "main": "lib/index.js", "exports": { ".": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "./client": "./lib/client.js", "./package.json": "./package.json" }, "files": [ "lib/index.d.ts", "lib/index.js", "lib/index.js.map", "lib/client.js", "lib/client.js.map", "lib/client.ts.map", "cordis.patch.yml", "scripts/prepare.mjs", "CHANGELOG.md", "LICENSE", "CONTRIBUTING.md", "SECURITY.md", "README.md", "README.zh.md" ], "scripts": { "bootstrap": "node scripts/bootstrap.mjs", "clean": "node --input-type=module -e \"import { rmSync } from 'node:fs'; rmSync('lib', { recursive: true, force: true })\"", "build": "pnpm run clean && tsdown --config tsdown.config.ts", "lint": "eslint .", "typecheck": "tsc --noEmit", "typecheck:ci": "tsc -p tsconfig.ci.json", "test:unit": "node --experimental-strip-types --test tests/*.test.ts", "test:client": "vitest run", "test": "pnpm run test:unit && pnpm run test:client", "check": "pnpm run lint && pnpm run typecheck && pnpm run test && pnpm run build", "check:ci": "pnpm run lint && pnpm run typecheck:ci && pnpm run test && pnpm run build", "prepare": "node scripts/prepare.mjs" }, "engines": { "node": "^22.19.0 || >=24.0.0" }, "packageManager": "pnpm@11.21.0", "license": "MIT", "author": { "name": "JUANWANG-BUAA", "url": "https://github.com/JUANWANG-BUAA" }, "repository": { "type": "git", "url": "git+https://github.com/JUANWANG-BUAA/dsh-session-git.git" }, "homepage": "https://github.com/JUANWANG-BUAA/dsh-session-git#readme", "bugs": { "url": "https://github.com/JUANWANG-BUAA/dsh-session-git/issues" }, "repository": { "type": "git", "url": "git+https://github.com/JUANWANG-BUAA/dsh-session-git.git" }, "homepage": "https://github.com/JUANWANG-BUAA/dsh-session-git#readme", "bugs": { "url": "https://github.com/JUANWANG-BUAA/dsh-session-git/issues" }, "keywords": [ "dsh", "dsh-plugin", "deepseek-harness", "session", "fork", "lineage", "family-tree" ], "publishConfig": { "access": "public" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-client-locale", "@deepseek-ai/dsh-client-runtime", "@deepseek-ai/dsh-client-ui-conversation", "@deepseek-ai/dsh-client-ui-slots" ] } }, "dependencies": { "@deepseek-ai/schemastery": "^3.18.1" }, "peerDependencies": { "@deepseek-ai/cordis": ">=4.0.1 <5", "@deepseek-ai/dsh-client-locale": ">=0.1.0-rc.5 <0.2", "@deepseek-ai/dsh-client-runtime": ">=0.1.0-rc.5 <0.2", "@deepseek-ai/dsh-client-ui-conversation": ">=0.1.0-rc.5 <0.2", "@deepseek-ai/dsh-client-ui-slots": ">=0.1.0-rc.5 <0.2", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@eslint/js": "^10.0.1", "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.2", "@types/node": "^22.20.0", "@types/react": "~18.3.1", "@types/react-dom": "18.3.7", "eslint": "^10.8.1", "globals": "^17.11.0", "jsdom": "^26.1.0", "lightningcss": "^1.30.1", "react": "^18.2.0", "react-dom": "^18.2.0", "tsdown": "^0.22.14", "typescript": "^5.9.2", "typescript-eslint": "^8.67.0", "vitest": "^4.1.10" } }