{ "name": "dsh-theme-minecraft", "version": "0.1.0", "description": "Minecraft Java Edition immersive theme for the DeepSeek Harness web UI: a full main menu with a rotating cubemap panorama, an in-world HUD chat console, a Minecraft-style thinking mini-game, and gamified sessions, tools, approvals, presets, and settings — all over the stock DSH JSON-RPC/WebSocket APIs.", "type": "module", "main": "index.js", "exports": { ".": "./index.js", "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json" }, "files": [ "index.js", "cordis.patch.yml", "web/", "README.md" ], "scripts": { "start": "node index.js" }, "keywords": [ "deepseek-harness", "dsh-plugin", "dsh-theme", "minecraft" ], "license": "MIT", "dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, "peerDependencies": { "@deepseek-ai/cordis": ">=0.x" } }