| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "name": "@deepseek-ai/dsh-client-hmr",
- "description": "Dev-only hot-reload driver for script-loaded client entries: SSE rebuilt frames → invalidate/prefetch → fiber swap through the vendored Loader entry",
- "version": "0.0.1-rc.5",
- "publishConfig": {
- "access": "restricted"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/deepseek-ai/deepseek-harness.git",
- "directory": "packages/client/hmr"
- },
- "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"
- },
- "./src/*": "./src/*",
- "./package.json": "./package.json"
- },
- "dsh": {
- "client": {
- "inject": [],
- "platform": "web",
- "immediately": true
- }
- },
- "license": "MIT",
- "dependencies": {
- "@deepseek-ai/schemastery": "workspace:^"
- },
- "peerDependencies": {
- "@deepseek-ai/cordis-plugin-loader": "workspace:^",
- "@deepseek-ai/dsh-client-modules": "workspace:^",
- "@deepseek-ai/dsh-host-webserver": "workspace:^",
- "@deepseek-ai/dsh-invariants": "workspace:^",
- "@deepseek-ai/cordis": "workspace:^"
- },
- "devDependencies": {
- "@deepseek-ai/cordis-plugin-loader": "workspace:^",
- "@deepseek-ai/dsh-client-modules": "workspace:^",
- "@deepseek-ai/dsh-host-webserver": "workspace:^",
- "@deepseek-ai/dsh-invariants": "workspace:^",
- "@deepseek-ai/cordis": "workspace:^"
- },
- "files": [
- "lib/index.js",
- "lib/invariant.js",
- "lib/client.js",
- "lib/types/**/*.d.ts"
- ]
- }
|