package.json 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. {
  2. "name": "@linfengqaqtat/dsh-scriptor",
  3. "version": "0.1.0-preview.5",
  4. "type": "module",
  5. "main": "./lib/index.js",
  6. "exports": {
  7. ".": "./lib/index.js",
  8. "./client": "./lib/client.js",
  9. "./package.json": "./package.json"
  10. },
  11. "dsh": {
  12. "client": {
  13. "platform": "web",
  14. "inject": [
  15. "@deepseek-ai/dsh-client-ui-layout",
  16. "@deepseek-ai/dsh-client-ui-sidebar-right",
  17. "@deepseek-ai/dsh-client-ui-conversation",
  18. "@deepseek-ai/dsh-client-ui-chat"
  19. ]
  20. },
  21. "bundle": {
  22. "patch": "./cordis.patch.yml"
  23. }
  24. },
  25. "scripts": {
  26. "build": "node scripts/bundle.mjs",
  27. "start:local": "node scripts/start-local.mjs",
  28. "typecheck": "tsc -p tsconfig.json",
  29. "test": "vitest --root ../.. run packages/bundle/tests",
  30. "dump-config-check": "node scripts/dump-config-check.mjs",
  31. "pack-check": "node scripts/pack-check.mjs"
  32. },
  33. "devDependencies": {
  34. "@deepseek-ai/dsh-atomic-write": "0.1.5-rc.2",
  35. "@deepseek-ai/dsh-credentials": "0.1.5-rc.2",
  36. "@deepseek-ai/dsh-credentials-local": "0.1.5-rc.2",
  37. "@deepseek-ai/dsh-settings-file": "0.1.5-rc.2",
  38. "@deepseek-ai/dsh-client-ui-sidebar-right": "0.1.5-rc.2",
  39. "@deepseek-ai/dsh-client-ui-slots": "0.1.5-rc.2",
  40. "@deepseek-ai/cordis": "4.0.2",
  41. "@deepseek-ai/cordis-plugin-group": "1.0.2",
  42. "@deepseek-ai/cordis-plugin-include": "1.0.7",
  43. "@deepseek-ai/cordis-plugin-loader": "1.0.3",
  44. "@deepseek-ai/dsh-agent": "0.1.5-rc.2",
  45. "@deepseek-ai/dsh-agent-loop": "0.1.5-rc.2",
  46. "@deepseek-ai/dsh-app-boot": "0.1.5-rc.2",
  47. "@deepseek-ai/dsh-attachment": "0.1.5-rc.2",
  48. "@deepseek-ai/dsh-brand": "0.1.5-rc.2",
  49. "@deepseek-ai/dsh-code-runtime": "0.1.5-rc.2",
  50. "@deepseek-ai/dsh-fs": "0.1.5-rc.2",
  51. "@deepseek-ai/dsh-fs-local": "0.1.5-rc.2",
  52. "@deepseek-ai/dsh-fs-observation-policy": "0.1.5-rc.2",
  53. "@deepseek-ai/dsh-home-paths": "0.1.5-rc.2",
  54. "@deepseek-ai/dsh-invariants": "0.1.5-rc.2",
  55. "@deepseek-ai/dsh-launch-environment": "0.1.5-rc.2",
  56. "@deepseek-ai/dsh-llm": "0.1.5-rc.2",
  57. "@deepseek-ai/dsh-sandbox": "0.1.5-rc.2",
  58. "@deepseek-ai/dsh-sandbox-policy": "0.1.5-rc.2",
  59. "@deepseek-ai/dsh-scope": "0.1.5-rc.2",
  60. "@deepseek-ai/dsh-session": "0.1.5-rc.2",
  61. "@deepseek-ai/dsh-session-persistence": "0.1.5-rc.2",
  62. "@deepseek-ai/dsh-session-persistence-jsonl": "0.1.5-rc.2",
  63. "@deepseek-ai/dsh-session-projection": "0.1.5-rc.2",
  64. "@deepseek-ai/dsh-settings": "0.1.5-rc.2",
  65. "@deepseek-ai/dsh-storage": "0.1.5-rc.2",
  66. "@deepseek-ai/dsh-storage-domain": "0.1.5-rc.2",
  67. "@deepseek-ai/dsh-storage-json": "0.1.5-rc.2",
  68. "@deepseek-ai/dsh-system-prompt": "0.1.5-rc.2",
  69. "@deepseek-ai/dsh-timeout": "0.1.5-rc.2",
  70. "@deepseek-ai/dsh-tool-fs": "0.1.5-rc.2",
  71. "@deepseek-ai/dsh-typert-protocol": "0.1.5-rc.2",
  72. "@deepseek-ai/dsh-user-approval": "0.1.5-rc.2",
  73. "@deepseek-ai/dsh-user-questions": "0.1.5-rc.2",
  74. "@deepseek-ai/dsh-util-values": "0.1.5-rc.2",
  75. "@deepseek-ai/dsh-workspace": "0.1.5-rc.2",
  76. "@types/diff": "7.0.2",
  77. "@types/markdown-it": "14.1.2",
  78. "@types/react": "18.3.12",
  79. "esbuild": "0.28.2",
  80. "typescript": "^5.5.0",
  81. "yaml": "^2.5.0",
  82. "@codemirror/commands": "6.10.4",
  83. "@codemirror/lang-markdown": "6.5.2",
  84. "@codemirror/search": "6.7.1",
  85. "@codemirror/state": "6.7.1",
  86. "@codemirror/view": "6.43.8",
  87. "@deepseek-ai/dsh-tools": "0.1.5-rc.2",
  88. "@webnovel/core": "workspace:*",
  89. "@webnovel/drafting": "workspace:*",
  90. "@webnovel/review": "workspace:*",
  91. "diff": "8.0.3",
  92. "dompurify": "3.4.13",
  93. "lucide-react": "0.468.0",
  94. "markdown-it": "14.2.0",
  95. "react": "18.3.1",
  96. "@deepseek-ai/dsh-skill-filesystem": "0.1.5-rc.2",
  97. "@deepseek-ai/dsh-skill": "0.1.5-rc.2"
  98. },
  99. "files": [
  100. "lib/index.js",
  101. "lib/client.js",
  102. "skills/**/*",
  103. "cordis.patch.yml",
  104. "README.md",
  105. "LICENSE",
  106. "THIRD_PARTY_NOTICES.md",
  107. "licenses/*.txt"
  108. ],
  109. "description": "Webnovel Writer:DSH 长篇网文写作工作台",
  110. "license": "GPL-3.0-only",
  111. "engines": {
  112. "node": "^22.19.0 || ^24.0.0"
  113. },
  114. "peerDependencies": {
  115. "@deepseek-ai/cordis": "4.0.2",
  116. "@deepseek-ai/dsh-tools": "0.1.5-rc.2",
  117. "@deepseek-ai/dsh-llm": "0.1.5-rc.2",
  118. "@deepseek-ai/dsh-skill-filesystem": "0.1.5-rc.2",
  119. "react": "18.3.1"
  120. },
  121. "keywords": [
  122. "dsh-plugin",
  123. "deepseek-harness",
  124. "webnovel",
  125. "writing",
  126. "chinese-novel",
  127. "creative-writing",
  128. "ai-assistant"
  129. ],
  130. "homepage": "https://github.com/lingfengQAQ/webnovel-writer/tree/v8#readme",
  131. "repository": {
  132. "type": "git",
  133. "url": "https://github.com/lingfengQAQ/webnovel-writer.git",
  134. "directory": "packages/bundle"
  135. },
  136. "bugs": {
  137. "url": "https://github.com/lingfengQAQ/webnovel-writer/issues"
  138. },
  139. "publishConfig": {
  140. "access": "public",
  141. "tag": "preview",
  142. "registry": "https://registry.npmjs.org/"
  143. }
  144. }