package.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "@linfengqaqtat/dsh-scriptor-full",
  3. "version": "0.1.0-preview.5",
  4. "description": "网文写作工作台完整版(含可选嵌入提供方)",
  5. "keywords": [
  6. "dsh-plugin",
  7. "deepseek-harness",
  8. "webnovel",
  9. "writing",
  10. "chinese-novel",
  11. "ai-writing",
  12. "full-package"
  13. ],
  14. "homepage": "https://github.com/lingfengQAQ/webnovel-writer/tree/v8#readme",
  15. "repository": {
  16. "type": "git",
  17. "url": "https://github.com/lingfengQAQ/webnovel-writer.git",
  18. "directory": "packages/meta"
  19. },
  20. "bugs": {
  21. "url": "https://github.com/lingfengQAQ/webnovel-writer/issues"
  22. },
  23. "license": "GPL-3.0-only",
  24. "dsh": {
  25. "bundle": { "patch": "./cordis.patch.yml" }
  26. },
  27. "files": ["cordis.patch.yml", "README.md", "RELEASE_NOTES.md", "LICENSE"],
  28. "author": "lingfengQAQ",
  29. "dependencies": {
  30. "@linfengqaqtat/dsh-scriptor": "workspace:*",
  31. "webnovel-embedding-provider": "workspace:*"
  32. },
  33. "publishConfig": {
  34. "access": "public",
  35. "tag": "preview",
  36. "registry": "https://registry.npmjs.org/"
  37. }
  38. }