| 1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "@linfengqaqtat/dsh-scriptor-full",
- "version": "0.1.0-preview.5",
- "description": "网文写作工作台完整版(含可选嵌入提供方)",
- "keywords": [
- "dsh-plugin",
- "deepseek-harness",
- "webnovel",
- "writing",
- "chinese-novel",
- "ai-writing",
- "full-package"
- ],
- "homepage": "https://github.com/lingfengQAQ/webnovel-writer/tree/v8#readme",
- "repository": {
- "type": "git",
- "url": "https://github.com/lingfengQAQ/webnovel-writer.git",
- "directory": "packages/meta"
- },
- "bugs": {
- "url": "https://github.com/lingfengQAQ/webnovel-writer/issues"
- },
- "license": "GPL-3.0-only",
- "dsh": {
- "bundle": { "patch": "./cordis.patch.yml" }
- },
- "files": ["cordis.patch.yml", "README.md", "RELEASE_NOTES.md", "LICENSE"],
- "author": "lingfengQAQ",
- "dependencies": {
- "@linfengqaqtat/dsh-scriptor": "workspace:*",
- "webnovel-embedding-provider": "workspace:*"
- },
- "publishConfig": {
- "access": "public",
- "tag": "preview",
- "registry": "https://registry.npmjs.org/"
- }
- }
|