{ "name": "dsh-novel-writer", "version": "5.1.1", "description": "小说写作助手插件(v5.1.1):句式/情感/意象分析、伏笔设定管理、本地语义检索、氛围光谱、风格画像报告、文笔六维基线带、原创模式与创作资料、写作哨兵(衔接/OOC/大纲);附 stdio MCP 服务器(Claude Desktop / Cursor 可用)。", "mcpName": "io.github.siweina/dsh-novel-writer", "type": "module", "main": "lib/index.js", "exports": { ".": "./lib/index.js", "./client": "./lib/client.js", "./package.json": "./package.json" }, "files": [ "lib", "cordis.patch.yml", "README.md", "README.en.md", "skills", "mcp", "server.json", "smithery.yaml" ], "dsh": { "engines": { "dsh": ">=0.1.1-rc.2" }, "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [ "@deepseek-ai/dsh-client-runtime", "@deepseek-ai/dsh-client-connection", "@deepseek-ai/dsh-client-ui-settings" ], "platform": "web" } }, "peerDependencies": { "react": "^18.2.0" }, "dependencies": { "@huggingface/tokenizers": "^0.1.0", "onnxruntime-web": "^1.24.3" }, "license": "MIT", "engines": { "node": ">=22.3" }, "keywords": [ "deepseek-harness", "dsh", "dsh-plugin", "novel-writing", "chinese-novel", "writing-assistant", "creative-writing", "fiction", "webnovel", "ai-writing", "text-analysis", "semantic-search", "style-analysis", "sentence-analysis", "emotion-analysis", "vibe", "quantification", "story-plot", "writing-tool" ], "repository": { "type": "git", "url": "git+https://github.com/siweina/dsh-novel-writer.git" }, "homepage": "https://siweina.github.io/dsh-novel-writer/", "bugs": { "url": "https://github.com/siweina/dsh-novel-writer/issues" }, "bin": { "dsh-novel-writer-mcp": "./mcp/server.mjs" } }