|
1 | 1 | { |
2 | | - "name": "@root/chatluna-koishi", |
3 | | - "version": "1.0.0", |
4 | | - "workspaces": [ |
5 | | - "packages/*" |
6 | | - ], |
7 | | - "type": "module", |
8 | | - "private": true, |
9 | | - "license": "AGPL-3.0", |
10 | | - "scripts": { |
11 | | - "process-dynamic-import": "yarn tsx ./scripts/processDynamicImport.ts", |
12 | | - "fast-build": "yakumo build", |
13 | | - "build": "yarn process-dynamic-import --lint && yarn fast-build shared-prompt-renderer && yarn fast-build core && yarn fast-build", |
14 | | - "bump": "yakumo version", |
15 | | - "dep": "yakumo upgrade", |
16 | | - "pub": "yakumo publish --tag latest", |
17 | | - "pub:next": "yakumo publish --tag next", |
18 | | - "lint": "yarn eslint packages --cache --ext=ts", |
19 | | - "lint-fix": "yarn eslint packages --cache --ext=ts --fix" |
20 | | - }, |
21 | | - "devDependencies": { |
22 | | - "@initencounter/vits": "^0.0.3", |
23 | | - "@koishijs/cache": "^2.1.0", |
24 | | - "@koishijs/censor": "^1.1.0", |
25 | | - "@koishijs/client": "^5.30.9", |
26 | | - "@koishijs/plugin-hmr": "^1.2.9", |
27 | | - "@koishijs/scripts": "^4.6.1", |
28 | | - "@types/he": "^1.2.3", |
29 | | - "@types/js-yaml": "^4.0.9", |
30 | | - "@types/marked": "^6.0.0", |
31 | | - "@types/node": "^22.18.7", |
32 | | - "@types/qrcode": "^1.5.5", |
33 | | - "@typescript-eslint/eslint-plugin": "^7.18.1-alpha.3", |
34 | | - "@typescript-eslint/parser": "^8.45.1-alpha.0", |
35 | | - "atsc": "^2.1.0", |
36 | | - "cross-env": "^7.0.3", |
37 | | - "esbuild": "^0.25.10", |
38 | | - "esbuild-register": "npm:@shigma/esbuild-register@^1.1.1", |
39 | | - "eslint": "^8.57.1", |
40 | | - "eslint-config-prettier": "^9.1.2", |
41 | | - "eslint-config-standard": "^17.1.0", |
42 | | - "eslint-plugin-import": "^2.32.0", |
43 | | - "eslint-plugin-n": "^17.23.1", |
44 | | - "eslint-plugin-prettier": "^5.5.4", |
45 | | - "eslint-plugin-promise": "^7.2.1", |
46 | | - "faiss-node": "^0.5.1", |
47 | | - "he": "^1.2.0", |
48 | | - "highlight.js": "^11.11.1", |
49 | | - "https-proxy-agent": "^7.0.6", |
50 | | - "js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21", |
51 | | - "js-yaml": "^4.1.0", |
52 | | - "koishi": "^4.18.9", |
53 | | - "koishi-plugin-cache-database": "^2.1.0", |
54 | | - "koishi-plugin-chatluna-storage-service": "^0.0.11", |
55 | | - "koishi-plugin-markdown": "^1.1.1", |
56 | | - "koishi-plugin-puppeteer": "^3.9.0", |
57 | | - "marked": "^15.0.12", |
58 | | - "marked-highlight": "^2.2.2", |
59 | | - "marked-katex-extension": "^5.1.5", |
60 | | - "prettier": "^3.6.2", |
61 | | - "qrcode": "^1.5.4", |
62 | | - "socks-proxy-agent": "^8.0.5", |
63 | | - "tsx": "^4.20.6", |
64 | | - "typescript": "^5.9.2", |
65 | | - "undici": "^6.21.3", |
66 | | - "user-agents": "^2.0.0-alpha.679", |
67 | | - "ws": "^8.18.3", |
68 | | - "yakumo": "^1.0.0", |
69 | | - "yakumo-esbuild": "^1.0.0", |
70 | | - "yakumo-mocha": "^1.0.0", |
71 | | - "yakumo-tsc": "^1.0.0", |
72 | | - "yml-register": "^1.2.5", |
73 | | - "zod": "3.25.76", |
74 | | - "zod-to-json-schema": "^3.24.6" |
75 | | - }, |
76 | | - "resolutions": { |
77 | | - "@langchain/core": "0.3.62", |
78 | | - "js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21" |
79 | | - }, |
| 2 | + "name": "@root/chatluna-koishi", |
| 3 | + "version": "1.0.0", |
| 4 | + "workspaces": [ |
| 5 | + "packages/*" |
| 6 | + ], |
| 7 | + "type": "module", |
| 8 | + "private": true, |
| 9 | + "license": "AGPL-3.0", |
| 10 | + "scripts": { |
| 11 | + "process-dynamic-import": "yarn tsx ./scripts/processDynamicImport.ts", |
| 12 | + "fast-build": "yakumo build", |
| 13 | + "build": "yarn process-dynamic-import --lint && yarn fast-build shared-prompt-renderer && yarn fast-build core && yarn fast-build", |
| 14 | + "bump": "yakumo version", |
| 15 | + "dep": "yakumo upgrade", |
| 16 | + "pub": "yakumo publish --tag latest", |
| 17 | + "pub:next": "yakumo publish --tag next", |
| 18 | + "lint": "yarn eslint packages --cache --ext=ts", |
| 19 | + "lint-fix": "yarn eslint packages --cache --ext=ts --fix" |
| 20 | + }, |
| 21 | + "devDependencies": { |
| 22 | + "@initencounter/vits": "^0.0.3", |
| 23 | + "@koishijs/cache": "^2.1.0", |
| 24 | + "@koishijs/censor": "^1.1.0", |
| 25 | + "@koishijs/client": "^5.30.9", |
| 26 | + "@koishijs/plugin-hmr": "^1.2.9", |
| 27 | + "@koishijs/scripts": "^4.6.1", |
| 28 | + "@types/he": "^1.2.3", |
| 29 | + "@types/js-yaml": "^4.0.9", |
| 30 | + "@types/marked": "^6.0.0", |
| 31 | + "@types/node": "^22.18.7", |
| 32 | + "@types/qrcode": "^1.5.5", |
| 33 | + "@typescript-eslint/eslint-plugin": "^7.18.1-alpha.3", |
| 34 | + "@typescript-eslint/parser": "^8.45.1-alpha.0", |
| 35 | + "atsc": "^2.1.0", |
| 36 | + "cross-env": "^7.0.3", |
| 37 | + "esbuild": "^0.25.10", |
| 38 | + "esbuild-register": "npm:@shigma/esbuild-register@^1.1.1", |
| 39 | + "eslint": "^8.57.1", |
| 40 | + "eslint-config-prettier": "^9.1.2", |
| 41 | + "eslint-config-standard": "^17.1.0", |
| 42 | + "eslint-plugin-import": "^2.32.0", |
| 43 | + "eslint-plugin-n": "^17.23.1", |
| 44 | + "eslint-plugin-prettier": "^5.5.4", |
| 45 | + "eslint-plugin-promise": "^7.2.1", |
| 46 | + "faiss-node": "^0.5.1", |
| 47 | + "he": "^1.2.0", |
| 48 | + "highlight.js": "^11.11.1", |
| 49 | + "https-proxy-agent": "^7.0.6", |
| 50 | + "js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21", |
| 51 | + "js-yaml": "^4.1.0", |
| 52 | + "koishi": "^4.18.9", |
| 53 | + "koishi-plugin-cache-database": "^2.1.0", |
| 54 | + "koishi-plugin-chatluna-storage-service": "^1.0.1", |
| 55 | + "koishi-plugin-markdown": "^1.1.1", |
| 56 | + "koishi-plugin-puppeteer": "^3.9.0", |
| 57 | + "marked": "^15.0.12", |
| 58 | + "marked-highlight": "^2.2.2", |
| 59 | + "marked-katex-extension": "^5.1.5", |
| 60 | + "prettier": "^3.6.2", |
| 61 | + "qrcode": "^1.5.4", |
| 62 | + "socks-proxy-agent": "^8.0.5", |
| 63 | + "tsx": "^4.20.6", |
| 64 | + "typescript": "^5.9.2", |
| 65 | + "undici": "^6.21.3", |
| 66 | + "user-agents": "^2.0.0-alpha.679", |
| 67 | + "ws": "^8.18.3", |
| 68 | + "yakumo": "^1.0.0", |
| 69 | + "yakumo-esbuild": "^1.0.0", |
| 70 | + "yakumo-mocha": "^1.0.0", |
| 71 | + "yakumo-tsc": "^1.0.0", |
| 72 | + "yml-register": "^1.2.5", |
| 73 | + "zod": "3.25.76", |
| 74 | + "zod-to-json-schema": "^3.24.6" |
| 75 | + }, |
| 76 | + "resolutions": { |
| 77 | + "@langchain/core": "^0.3.80", |
| 78 | + "js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21" |
| 79 | + }, |
| 80 | + "overrides": { |
| 81 | + "@langchain/core": "^0.3.80", |
| 82 | + "js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21" |
| 83 | + }, |
| 84 | + "pnpm": { |
80 | 85 | "overrides": { |
81 | | - "@langchain/core": "0.3.62", |
82 | | - "js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21" |
83 | | - }, |
84 | | - "pnpm": { |
85 | | - "overrides": { |
86 | | - "@langchain/core": "0.3.62", |
87 | | - "js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21" |
88 | | - } |
89 | | - }, |
90 | | - "repository": "git@github.com:ChatLunaLab/chatluna.git", |
91 | | - "author": "dingyi222666 <dingyi222666@foxmail.com>" |
| 86 | + "@langchain/core": "^0.3.80", |
| 87 | + "js-tiktoken": "npm:@dingyi222666/js-tiktoken@^1.0.21" |
| 88 | + } |
| 89 | + }, |
| 90 | + "repository": "git@github.com:ChatLunaLab/chatluna.git", |
| 91 | + "author": "dingyi222666 <dingyi222666@foxmail.com>" |
92 | 92 | } |
0 commit comments