package.json 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. {
  2. "name": "webnovel-embedding-provider",
  3. "version": "0.0.8",
  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. "bundle": {
  13. "patch": "cordis.patch.yml"
  14. },
  15. "client": {
  16. "platform": "web",
  17. "inject": [
  18. "@deepseek-ai/dsh-client-ui-settings-models",
  19. "@deepseek-ai/dsh-client-ui-settings",
  20. "@deepseek-ai/dsh-api-remotes"
  21. ]
  22. }
  23. },
  24. "scripts": {
  25. "build": "tsc -p tsconfig.json && node scripts/dimensions-doc.mjs --check && node scripts/build.mjs",
  26. "docs:dimensions": "node scripts/dimensions-doc.mjs",
  27. "typecheck": "tsc -p tsconfig.json",
  28. "test": "vitest --root ../.. run packages/embedding-provider/tests"
  29. },
  30. "engines": {
  31. "node": "^22.19.0 || ^24.0.0"
  32. },
  33. "dependencies": {
  34. "@deepseek-ai/schemastery": "3.18.2"
  35. },
  36. "peerDependencies": {
  37. "@deepseek-ai/cordis": "4.0.2",
  38. "@deepseek-ai/dsh-credentials": "0.1.5-rc.2",
  39. "@deepseek-ai/dsh-llm": "0.1.5-rc.2",
  40. "@deepseek-ai/dsh-settings": "0.1.5-rc.2",
  41. "react": "18.3.1"
  42. },
  43. "devDependencies": {
  44. "@deepseek-ai/cordis": "4.0.2",
  45. "@deepseek-ai/cordis-plugin-group": "1.0.2",
  46. "@deepseek-ai/cordis-plugin-include": "1.0.7",
  47. "@deepseek-ai/cordis-plugin-loader": "1.0.3",
  48. "@deepseek-ai/dsh-agent": "0.1.5-rc.2",
  49. "@deepseek-ai/dsh-agent-loop": "0.1.5-rc.2",
  50. "@deepseek-ai/dsh-api-remotes": "0.1.5-rc.2",
  51. "@deepseek-ai/dsh-api-session-controller": "0.1.5-rc.2",
  52. "@deepseek-ai/dsh-api-settings-controller": "0.1.5-rc.2",
  53. "@deepseek-ai/dsh-app-boot": "0.1.5-rc.2",
  54. "@deepseek-ai/dsh-atomic-write": "0.1.5-rc.2",
  55. "@deepseek-ai/dsh-attachment": "0.1.5-rc.2",
  56. "@deepseek-ai/dsh-brand": "0.1.5-rc.2",
  57. "@deepseek-ai/dsh-client-connection": "0.1.5-rc.2",
  58. "@deepseek-ai/dsh-client-ui-renderer": "0.1.5-rc.2",
  59. "@deepseek-ai/dsh-client-ui-settings": "0.1.5-rc.2",
  60. "@deepseek-ai/dsh-client-ui-settings-models": "0.1.5-rc.2",
  61. "@deepseek-ai/dsh-client-ui-slots": "0.1.5-rc.2",
  62. "@deepseek-ai/dsh-code-runtime": "0.1.5-rc.2",
  63. "@deepseek-ai/dsh-credentials": "0.1.5-rc.2",
  64. "@deepseek-ai/dsh-credentials-local": "0.1.5-rc.2",
  65. "@deepseek-ai/dsh-fs": "0.1.5-rc.2",
  66. "@deepseek-ai/dsh-fs-local": "0.1.5-rc.2",
  67. "@deepseek-ai/dsh-fs-observation-policy": "0.1.5-rc.2",
  68. "@deepseek-ai/dsh-home-paths": "0.1.5-rc.2",
  69. "@deepseek-ai/dsh-invariants": "0.1.5-rc.2",
  70. "@deepseek-ai/dsh-launch-environment": "0.1.5-rc.2",
  71. "@deepseek-ai/dsh-llm": "0.1.5-rc.2",
  72. "@deepseek-ai/dsh-sandbox": "0.1.5-rc.2",
  73. "@deepseek-ai/dsh-sandbox-policy": "0.1.5-rc.2",
  74. "@deepseek-ai/dsh-scope": "0.1.5-rc.2",
  75. "@deepseek-ai/dsh-session": "0.1.5-rc.2",
  76. "@deepseek-ai/dsh-session-persistence": "0.1.5-rc.2",
  77. "@deepseek-ai/dsh-session-persistence-jsonl": "0.1.5-rc.2",
  78. "@deepseek-ai/dsh-session-projection": "0.1.5-rc.2",
  79. "@deepseek-ai/dsh-settings": "0.1.5-rc.2",
  80. "@deepseek-ai/dsh-settings-file": "0.1.5-rc.2",
  81. "@deepseek-ai/dsh-storage": "0.1.5-rc.2",
  82. "@deepseek-ai/dsh-storage-domain": "0.1.5-rc.2",
  83. "@deepseek-ai/dsh-storage-json": "0.1.5-rc.2",
  84. "@deepseek-ai/dsh-system-prompt": "0.1.5-rc.2",
  85. "@deepseek-ai/dsh-timeout": "0.1.5-rc.2",
  86. "@deepseek-ai/dsh-tool-fs": "0.1.5-rc.2",
  87. "@deepseek-ai/dsh-tools": "0.1.5-rc.2",
  88. "@deepseek-ai/dsh-typert-protocol": "0.1.5-rc.2",
  89. "@deepseek-ai/dsh-user-approval": "0.1.5-rc.2",
  90. "@deepseek-ai/dsh-user-questions": "0.1.5-rc.2",
  91. "@deepseek-ai/dsh-util-values": "0.1.5-rc.2",
  92. "@deepseek-ai/dsh-workspace": "0.1.5-rc.2",
  93. "@types/react": "18.3.12",
  94. "@webnovel/core": "workspace:*",
  95. "esbuild": "0.28.2",
  96. "react": "18.3.1",
  97. "typescript": "^5.5.0"
  98. },
  99. "files": [
  100. "lib/index.js",
  101. "lib/client.js",
  102. "cordis.patch.yml",
  103. "README.md",
  104. "MODEL_DIMENSIONS.md",
  105. "LICENSE",
  106. "THIRD_PARTY_NOTICES.md",
  107. "licenses/*.txt"
  108. ],
  109. "license": "GPL-3.0-only",
  110. "description": "网文写作工作台可选嵌入提供方",
  111. "keywords": [
  112. "dsh-plugin",
  113. "deepseek-harness",
  114. "webnovel",
  115. "embedding",
  116. "vector-search",
  117. "semantic-retrieval"
  118. ],
  119. "homepage": "https://github.com/lingfengQAQ/webnovel-writer/tree/v8#readme",
  120. "repository": {
  121. "type": "git",
  122. "url": "https://github.com/lingfengQAQ/webnovel-writer.git",
  123. "directory": "packages/embedding-provider"
  124. },
  125. "bugs": {
  126. "url": "https://github.com/lingfengQAQ/webnovel-writer/issues"
  127. },
  128. "publishConfig": {
  129. "access": "public",
  130. "tag": "preview",
  131. "registry": "https://registry.npmjs.org/"
  132. }
  133. }