{
    "name": "dsh-tavern",
    "version": "2.5.0",
    "description": "DeepSeek Tavern - DSH roleplay plugin: character cards, worldbooks, presets, memory, relations, plot options. Install the companion plugins dsh-muv-engine and dsh-muv-table as well for the full experience (status bar, plot options, variable tables). PolyForm-Noncommercial-Copyleft-1.0.0",
    "type": "module",
    "main": "lib/index.js",
    "exports": {
        ".": "./lib/index.js",
        "./client": "./lib/client.manager.bundle.js",
        "./package.json": "./package.json"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/chen731215-dev/dsh-tavern-v2.git"
    },
    "keywords": ["dsh", "deepseek-harness", "tavern", "roleplay", "character-card", "worldbook", "sillytavern"],
    "author": "chen731215",
    "license": "PolyForm-Noncommercial-Copyleft-1.0.0",
    "engines": { "node": ">=22.5" },
    "scripts": {
        "test": "node --test tests/core.test.js && node --test tests/greeting-seed.test.js && node --test tests/memory-isolation.test.js && node --test tests/session-storage-migration.test.js && node --test tests/preset-enhance.test.js && node --test tests/inject-observe.test.js && node --test tests/binding-tristate.test.js && node --test tests/binding-panel-ui.test.js && node --test tests/scope-panel-ui.test.js && node --test tests/global-regex-panel.test.js && node --test tests/preset-idx.test.js",
    "check": "node --check lib/index.js && node --check lib/utils.js && node --check tests/core.test.js && node --check tests/preset-enhance.test.js && node --check tests/binding-tristate.test.js && node --check tests/binding-panel-ui.test.js && node --check tests/scope-panel-ui.test.js && node --check tests/global-regex-panel.test.js",
        "check:client": "node --check lib/client.manager.bundle.js"
    },
    "dsh": {
        "bundle": { "patch": "./cordis.patch.yml" },
        "client": {
            "inject": ["@deepseek-ai/dsh-client-runtime"],
            "platform": "web"
        }
    },
    "peerDependencies": {
        "@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.6"
    },
    "dependencies": {
        "dsh-muv-table": "^0.2.2",
        "dsh-muv-engine": "^0.3.2"
    },
    "files": ["lib", "cordis.patch.yml", "README.md", "CHANGELOG.md", "LICENSE", "AGENTS.md", "TUTORIAL.md", "CONTRIBUTING.md"]
}
