| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "name": "@deepseek-ai/dsh-client-test-runtime",
- "description": "jsdom slot test runtime: real Cordis Context + SlotRegistry + UI renderer with test-owned session/workspace doubles for feature specs",
- "version": "0.1.3-alpha.1",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/deepseek-ai/deepseek-harness.git",
- "directory": "packages/test-support/client-runtime"
- },
- "type": "module",
- "main": "lib/index.js",
- "types": "lib/types/index.d.ts",
- "exports": {
- ".": {
- "types": "./lib/types/index.d.ts",
- "default": "./lib/index.js"
- },
- "./src/*": "./src/*",
- "./package.json": "./package.json"
- },
- "license": "MIT",
- "dependencies": {
- "@testing-library/dom": "^10.4.1",
- "@testing-library/react": "^16.3.2",
- "vitest": "^4.1.8"
- },
- "peerDependencies": {
- "@deepseek-ai/dsh-api-session-controller": "workspace:^",
- "@deepseek-ai/dsh-api-workspace-controller": "workspace:^",
- "@deepseek-ai/dsh-attachment": "workspace:^",
- "@deepseek-ai/dsh-client-connection": "workspace:^",
- "@deepseek-ai/dsh-client-store": "workspace:^",
- "@deepseek-ai/dsh-client-ui-chat": "workspace:^",
- "@deepseek-ai/dsh-client-ui-conversation": "workspace:^",
- "@deepseek-ai/dsh-client-ui-renderer": "workspace:^",
- "@deepseek-ai/dsh-client-ui-session": "workspace:^",
- "@deepseek-ai/dsh-client-ui-settings": "workspace:^",
- "@deepseek-ai/dsh-client-ui-slots": "workspace:^",
- "@deepseek-ai/dsh-session": "workspace:^",
- "@deepseek-ai/dsh-subagent": "workspace:^",
- "@deepseek-ai/dsh-typert-protocol": "workspace:^",
- "@deepseek-ai/cordis": "workspace:^",
- "react": "^18.2.0",
- "react-dom": "^18.2.0"
- },
- "devDependencies": {
- "@deepseek-ai/dsh-api-session-controller": "workspace:^",
- "@deepseek-ai/dsh-api-workspace-controller": "workspace:^",
- "@deepseek-ai/dsh-attachment": "workspace:^",
- "@deepseek-ai/dsh-client-connection": "workspace:^",
- "@deepseek-ai/dsh-client-store": "workspace:^",
- "@deepseek-ai/dsh-client-ui-chat": "workspace:^",
- "@deepseek-ai/dsh-client-ui-conversation": "workspace:^",
- "@deepseek-ai/dsh-client-ui-renderer": "workspace:^",
- "@deepseek-ai/dsh-client-ui-session": "workspace:^",
- "@deepseek-ai/dsh-client-ui-settings": "workspace:^",
- "@deepseek-ai/dsh-client-ui-slots": "workspace:^",
- "@deepseek-ai/dsh-session": "workspace:^",
- "@deepseek-ai/dsh-subagent": "workspace:^",
- "@deepseek-ai/dsh-typert-protocol": "workspace:^",
- "@types/react": "~18.3.1",
- "@types/react-dom": "~18.3.0",
- "@deepseek-ai/cordis": "workspace:^",
- "react": "^18.2.0",
- "react-dom": "^18.2.0"
- },
- "files": [
- "lib/index.js",
- "lib/types/**/*.d.ts"
- ]
- }
|