| 123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "name": "@deepseek-ai/dsh-client-store",
- "description": "React-free observable and snapshot-store contracts with the shared Zustand/Immer engine",
- "version": "0.1.5-alpha.1",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/deepseek-ai/deepseek-harness.git",
- "directory": "packages/client/store"
- },
- "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": {
- "immer": "^10.1.1",
- "zustand": "~4.4.7"
- },
- "peerDependencies": {
- "@deepseek-ai/cordis": "workspace:^"
- },
- "devDependencies": {
- "@deepseek-ai/cordis": "workspace:^"
- },
- "files": [
- "lib/index.js",
- "lib/types/**/*.d.ts"
- ]
- }
|