This repository was archived by the owner on Mar 19, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.7 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "@root/chatluna-adapters",
"version": "0.0.0",
"workspaces": [
"packages/*"
],
"type": "module",
"private": true,
"license": "AGPL-3.0",
"scripts": {
"build": "yakumo build",
"bump": "yakumo version",
"dep": "yakumo upgrade",
"pub": "yakumo publish",
"lint": "yarn eslint --ext=ts --cache",
"lint-fix": "yarn eslint --ext=ts --cache --fix",
"test": "yarn build && yarn cross-env yakumo mocha -r tsx/cjs"
},
"devDependencies": {
"@langchain/core": "^0.3.30",
"@types/chai": "^4.3.20",
"@types/chai-as-promised": "^7.1.8",
"@types/chai-subset": "^1",
"@types/mocha": "^10.0.10",
"@types/node": "^20.17.14",
"@typescript-eslint/eslint-plugin": "^7.18.1-alpha.3",
"@typescript-eslint/parser": "^7.18.1-alpha.3",
"chai": "^5.1.2",
"cross-env": "^7.0.3",
"esbuild": "^0.23.1",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-mocha": "^10.5.0",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-prettier": "^5.2.2",
"eslint-plugin-promise": "^6.6.0",
"js-yaml": "^4.1.0",
"prettier": "^3.4.2",
"shx": "^0.3.4",
"tsx": "^4.19.2",
"typescript": "^5.8.0-dev.20250116",
"yakumo": "^1.0.0-beta.20",
"yakumo-esbuild": "^1.0.0-beta.7",
"yakumo-mocha": "^1.0.0-beta.2",
"yakumo-tsc": "^1.0.0-beta.5"
},
"repository": "git@github.com:ChatHubLab/adapters.git",
"author": "dingyi222666 <dingyi222666@foxmail.com>"
}