| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- {
- "name": "webnovel-embedding-provider",
- "version": "0.0.8",
- "type": "module",
- "main": "./lib/index.js",
- "exports": {
- ".": "./lib/index.js",
- "./client": "./lib/client.js",
- "./package.json": "./package.json"
- },
- "dsh": {
- "bundle": {
- "patch": "cordis.patch.yml"
- },
- "client": {
- "platform": "web",
- "inject": [
- "@deepseek-ai/dsh-client-ui-settings-models",
- "@deepseek-ai/dsh-client-ui-settings",
- "@deepseek-ai/dsh-api-remotes"
- ]
- }
- },
- "scripts": {
- "build": "tsc -p tsconfig.json && node scripts/dimensions-doc.mjs --check && node scripts/build.mjs",
- "docs:dimensions": "node scripts/dimensions-doc.mjs",
- "typecheck": "tsc -p tsconfig.json",
- "test": "vitest --root ../.. run packages/embedding-provider/tests"
- },
- "engines": {
- "node": "^22.19.0 || ^24.0.0"
- },
- "dependencies": {
- "@deepseek-ai/schemastery": "3.18.2"
- },
- "peerDependencies": {
- "@deepseek-ai/cordis": "4.0.2",
- "@deepseek-ai/dsh-credentials": "0.1.5-rc.2",
- "@deepseek-ai/dsh-llm": "0.1.5-rc.2",
- "@deepseek-ai/dsh-settings": "0.1.5-rc.2",
- "react": "18.3.1"
- },
- "devDependencies": {
- "@deepseek-ai/cordis": "4.0.2",
- "@deepseek-ai/cordis-plugin-group": "1.0.2",
- "@deepseek-ai/cordis-plugin-include": "1.0.7",
- "@deepseek-ai/cordis-plugin-loader": "1.0.3",
- "@deepseek-ai/dsh-agent": "0.1.5-rc.2",
- "@deepseek-ai/dsh-agent-loop": "0.1.5-rc.2",
- "@deepseek-ai/dsh-api-remotes": "0.1.5-rc.2",
- "@deepseek-ai/dsh-api-session-controller": "0.1.5-rc.2",
- "@deepseek-ai/dsh-api-settings-controller": "0.1.5-rc.2",
- "@deepseek-ai/dsh-app-boot": "0.1.5-rc.2",
- "@deepseek-ai/dsh-atomic-write": "0.1.5-rc.2",
- "@deepseek-ai/dsh-attachment": "0.1.5-rc.2",
- "@deepseek-ai/dsh-brand": "0.1.5-rc.2",
- "@deepseek-ai/dsh-client-connection": "0.1.5-rc.2",
- "@deepseek-ai/dsh-client-ui-renderer": "0.1.5-rc.2",
- "@deepseek-ai/dsh-client-ui-settings": "0.1.5-rc.2",
- "@deepseek-ai/dsh-client-ui-settings-models": "0.1.5-rc.2",
- "@deepseek-ai/dsh-client-ui-slots": "0.1.5-rc.2",
- "@deepseek-ai/dsh-code-runtime": "0.1.5-rc.2",
- "@deepseek-ai/dsh-credentials": "0.1.5-rc.2",
- "@deepseek-ai/dsh-credentials-local": "0.1.5-rc.2",
- "@deepseek-ai/dsh-fs": "0.1.5-rc.2",
- "@deepseek-ai/dsh-fs-local": "0.1.5-rc.2",
- "@deepseek-ai/dsh-fs-observation-policy": "0.1.5-rc.2",
- "@deepseek-ai/dsh-home-paths": "0.1.5-rc.2",
- "@deepseek-ai/dsh-invariants": "0.1.5-rc.2",
- "@deepseek-ai/dsh-launch-environment": "0.1.5-rc.2",
- "@deepseek-ai/dsh-llm": "0.1.5-rc.2",
- "@deepseek-ai/dsh-sandbox": "0.1.5-rc.2",
- "@deepseek-ai/dsh-sandbox-policy": "0.1.5-rc.2",
- "@deepseek-ai/dsh-scope": "0.1.5-rc.2",
- "@deepseek-ai/dsh-session": "0.1.5-rc.2",
- "@deepseek-ai/dsh-session-persistence": "0.1.5-rc.2",
- "@deepseek-ai/dsh-session-persistence-jsonl": "0.1.5-rc.2",
- "@deepseek-ai/dsh-session-projection": "0.1.5-rc.2",
- "@deepseek-ai/dsh-settings": "0.1.5-rc.2",
- "@deepseek-ai/dsh-settings-file": "0.1.5-rc.2",
- "@deepseek-ai/dsh-storage": "0.1.5-rc.2",
- "@deepseek-ai/dsh-storage-domain": "0.1.5-rc.2",
- "@deepseek-ai/dsh-storage-json": "0.1.5-rc.2",
- "@deepseek-ai/dsh-system-prompt": "0.1.5-rc.2",
- "@deepseek-ai/dsh-timeout": "0.1.5-rc.2",
- "@deepseek-ai/dsh-tool-fs": "0.1.5-rc.2",
- "@deepseek-ai/dsh-tools": "0.1.5-rc.2",
- "@deepseek-ai/dsh-typert-protocol": "0.1.5-rc.2",
- "@deepseek-ai/dsh-user-approval": "0.1.5-rc.2",
- "@deepseek-ai/dsh-user-questions": "0.1.5-rc.2",
- "@deepseek-ai/dsh-util-values": "0.1.5-rc.2",
- "@deepseek-ai/dsh-workspace": "0.1.5-rc.2",
- "@types/react": "18.3.12",
- "@webnovel/core": "workspace:*",
- "esbuild": "0.28.2",
- "react": "18.3.1",
- "typescript": "^5.5.0"
- },
- "files": [
- "lib/index.js",
- "lib/client.js",
- "cordis.patch.yml",
- "README.md",
- "MODEL_DIMENSIONS.md",
- "LICENSE",
- "THIRD_PARTY_NOTICES.md",
- "licenses/*.txt"
- ],
- "license": "GPL-3.0-only",
- "description": "网文写作工作台可选嵌入提供方",
- "keywords": [
- "dsh-plugin",
- "deepseek-harness",
- "webnovel",
- "embedding",
- "vector-search",
- "semantic-retrieval"
- ],
- "homepage": "https://github.com/lingfengQAQ/webnovel-writer/tree/v8#readme",
- "repository": {
- "type": "git",
- "url": "https://github.com/lingfengQAQ/webnovel-writer.git",
- "directory": "packages/embedding-provider"
- },
- "bugs": {
- "url": "https://github.com/lingfengQAQ/webnovel-writer/issues"
- },
- "publishConfig": {
- "access": "public",
- "tag": "preview",
- "registry": "https://registry.npmjs.org/"
- }
- }
|