{ "name": "@deepseek-ai/dsh-jsonrpc-agent", "description": "JSON-RPC SDK server app bin: boots an externally supplied cordis.yml (DSH_CORDIS_CONFIG or argv, no built-in fallback) whose dsh-jsonrpc entry serves SDK clients over stdio; the single-exe runtime entrypoint", "version": "0.0.1", "private": true, "type": "module", "main": "lib/index.js", "types": "lib/types/index.d.ts", "bin": { "dsh-jsonrpc-agent": "lib/bin.js" }, "exports": { ".": { "types": "./lib/types/index.d.ts", "default": "./lib/index.js" }, "./bin": { "types": "./lib/types/bin.d.ts", "default": "./lib/bin.js" }, "./src/*": "./src/*", "./package.json": "./package.json" }, "files": [ "lib/index.js", "lib/bin.js", "lib/types/**/*.d.ts", "lib/types/**/*.d.ts.map", "src" ], "license": "BSD-3-Clause", "dependencies": { "@deepseek-ai/dsh-app-boot": "workspace:^" }, "peerDependencies": { "cordis": "^4.0.0-rc.6" }, "devDependencies": { "cordis": "^4.0.0-rc.6" } }