| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "name": "@deepseek-ai/dsh-sdk-minimal",
- "description": "The standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessions",
- "version": "0.1.5-alpha.2",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/deepseek-ai/deepseek-harness.git",
- "directory": "packages/bundle/sdk-minimal"
- },
- "type": "module",
- "main": "lib/index.js",
- "types": "lib/types/index.d.ts",
- "exports": {
- ".": {
- "types": "./lib/types/index.d.ts",
- "default": "./lib/index.js"
- },
- "./cordis.patch.yml": "./cordis.patch.yml",
- "./src/*": "./src/*",
- "./package.json": "./package.json"
- },
- "files": [
- "lib/index.js",
- "cordis.patch.yml",
- "lib/types/**/*.d.ts"
- ],
- "license": "MIT",
- "dsh": {
- "bundle": {
- "patch": "./cordis.patch.yml"
- }
- },
- "dependencies": {
- "@deepseek-ai/cordis-plugin-timer": "workspace:^",
- "@deepseek-ai/dsh-agent": "workspace:^",
- "@deepseek-ai/dsh-agent-loop": "workspace:^",
- "@deepseek-ai/dsh-deepseek-llm-api-extensions": "workspace:^",
- "@deepseek-ai/dsh-invariants": "workspace:^",
- "@deepseek-ai/dsh-jobs-local": "workspace:^",
- "@deepseek-ai/dsh-llm": "workspace:^",
- "@deepseek-ai/dsh-llm-deepseek": "workspace:^",
- "@deepseek-ai/dsh-llm-retry": "workspace:^",
- "@deepseek-ai/dsh-plugin-package-inventory-deepseek": "workspace:^",
- "@deepseek-ai/dsh-sandbox-local": "workspace:^",
- "@deepseek-ai/dsh-sandbox-policy": "workspace:^",
- "@deepseek-ai/dsh-scope": "workspace:^",
- "@deepseek-ai/dsh-sdk-app": "workspace:^",
- "@deepseek-ai/dsh-sdk-jsonrpc-server": "workspace:^",
- "@deepseek-ai/dsh-session": "workspace:^",
- "@deepseek-ai/dsh-session-log-deepseek": "workspace:^",
- "@deepseek-ai/dsh-session-persistence-jsonl": "workspace:^",
- "@deepseek-ai/dsh-session-projection": "workspace:^",
- "@deepseek-ai/dsh-session-title": "workspace:^",
- "@deepseek-ai/dsh-subprocess-local": "workspace:^",
- "@deepseek-ai/dsh-system-prompt": "workspace:^",
- "@deepseek-ai/dsh-terminal": "workspace:^",
- "@deepseek-ai/dsh-terminal-bash": "workspace:^",
- "@deepseek-ai/dsh-tool-bash-persistent": "workspace:^",
- "@deepseek-ai/dsh-tool-pwsh-persistent": "workspace:^",
- "@deepseek-ai/dsh-tools": "workspace:^"
- },
- "peerDependencies": {
- "@deepseek-ai/cordis": "workspace:^"
- },
- "devDependencies": {
- "@deepseek-ai/cordis": "workspace:^"
- }
- }
|