{ "name": "@riemannre3/dsh-roleplay", "version": "0.1.7", "license": "MIT", "author": "RiemannRe3", "repository": { "type": "git", "url": "git+https://github.com/RiemannRe3/DSH-RolePlay.git" }, "bugs": { "url": "https://github.com/RiemannRe3/DSH-RolePlay/issues" }, "homepage": "https://github.com/RiemannRe3/DSH-RolePlay#readme", "publishConfig": { "access": "public", "provenance": true, "registry": "https://registry.npmjs.org/" }, "keywords": [ "deepseek-harness", "dsh", "dsh-plugin", "roleplay", "tavern" ], "type": "module", "main": "./lib/index.js", "exports": { ".": "./lib/index.js", "./client": "./lib/client.js", "./card-library": "./lib/card-library.js", "./card-runtime": "./lib/card-runtime.js", "./worldbook": "./lib/worldbook.js", "./prompt-compiler": "./lib/prompt-compiler.js", "./persona-runtime": "./lib/persona-runtime.js", "./preset-runtime": "./lib/preset-runtime.js", "./session-runtime": "./lib/session-runtime.js", "./variable-runtime": "./lib/variable-runtime.js", "./frontend-runtime": "./lib/frontend-runtime.js", "./rich-message": "./lib/rich-message.js", "./ejs-runtime": "./lib/ejs-runtime.js", "./split-mvu": "./lib/split-mvu.js", "./compatibility-call-runtime": "./lib/compatibility-call-runtime.js", "./mvu-session-control": "./lib/mvu-session-control.js", "./auxiliary-generation": "./lib/auxiliary-generation.js", "./package.json": "./package.json" }, "files": [ "cordis.patch.yml", "THIRD_PARTY_NOTICES.md", "lib/index.js", "lib/client.js", "lib/card-library.js", "lib/card-runtime.js", "lib/worldbook.js", "lib/prompt-compiler.js", "lib/persona-runtime.js", "lib/preset-runtime.js", "lib/session-runtime.js", "lib/variable-runtime.js", "lib/frontend-runtime.js", "lib/rich-message.js", "lib/ejs-runtime.js", "lib/ejs-worker.js", "lib/split-mvu.js", "lib/compatibility-call-runtime.js", "lib/mvu-session-control.js", "lib/auxiliary-generation.js", "lib/assistant-stream.js", "lib/lifecycle.js", "runtime-assets/standalone/core.js", "runtime-assets/standalone/index.html", "runtime-assets/standalone/style.css", "runtime-assets/required/index.html", "runtime-assets/required/weather-flags.json", "README.md" ], "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [ "@deepseek-ai/dsh-client-runtime", "@deepseek-ai/dsh-client-ui-layout", "@deepseek-ai/dsh-client-ui-primitives", "@deepseek-ai/dsh-client-ui-sidebar", "@deepseek-ai/dsh-client-ui-conversation" ], "platform": "web" } }, "description": "DSH-native Tavern character-card, opening and worldbook runtime.", "engines": { "node": ">=22.19.0 <23 || >=24.13.1 <25" }, "scripts": { "build": "tsc -p tsconfig.json && node bundle-client.mjs", "prepack": "npm run build" }, "devDependencies": { "@deepseek-ai/dsh-settings": "0.1.0-rc.7", "@deepseek-ai/schemastery": "^3.18.1", "typescript": "5.9.3" }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-agent": "0.1.1-rc.2", "@deepseek-ai/dsh-agent-default-model": "0.1.1-rc.2", "@deepseek-ai/dsh-client-runtime": "0.1.1-rc.2", "@deepseek-ai/dsh-client-ui-conversation": "0.1.1-rc.2", "@deepseek-ai/dsh-client-ui-layout": "0.1.1-rc.2", "@deepseek-ai/dsh-client-ui-primitives": "0.1.1-rc.2", "@deepseek-ai/dsh-client-ui-sidebar": "0.1.1-rc.2", "@deepseek-ai/dsh-client-ui-slots": "0.1.1-rc.2", "@deepseek-ai/dsh-host-webserver": "0.1.1-rc.2", "@deepseek-ai/dsh-session": "0.1.1-rc.2", "@deepseek-ai/dsh-settings": ">=0.1.0-rc.7 <0.2.0", "@deepseek-ai/dsh-storage-domain": "0.1.1-rc.2", "@deepseek-ai/schemastery": "^3.18.1", "react": "^18.2.0", "zod": "^4.0.0" }, "dependencies": { "@jitl/quickjs-wasmfile-release-sync": "0.32.0", "quickjs-emscripten-core": "0.32.0" } }