-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 2.04 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 2.04 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
52
53
54
55
56
57
58
59
60
{
"name": "@root/chatluna-core",
"version": "0.0.0",
"workspaces": [
"packages/*"
],
"type": "module",
"private": true,
"license": "MIT",
"scripts": {
"yakumo": "node --import tsx/esm scripts/yakumo.js",
"build": "yarn yakumo build",
"bump": "yarn yakumo version",
"dep": "yarn yakumo upgrade",
"pub": "yarn yakumo publish",
"lint": "yarn eslint --ext=ts --cache",
"lint-fix": "yarn eslint --ext=ts --cache --fix",
"test": "yarn build && yarn yakumo mocha -r tsx/cjs",
"test:c8": "shx rm -rf coverage && c8 yarn test"
},
"devDependencies": {
"@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",
"c8": "^10.1.3",
"chai": "^5.1.2",
"chai-as-promised": "^7.1.2",
"chai-subset": "^1.6.0",
"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-tiktoken": "^1.0.16",
"js-yaml": "^4.1.0",
"mocha": "^10.8.2",
"prettier": "^3.4.2",
"shx": "^0.3.4",
"tsx": "^4.19.2",
"typescript": "^5.8.0-dev.20250116",
"ws": "^8.18.0",
"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",
"zod": "^3.25.0-canary.20241210T225910",
"zod-to-json-schema": "^3.24.1"
},
"repository": "git@github.com:ChatHubLab/core.git",
"author": "dingyi222666 <dingyi222666@foxmail.com>"
}