-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 2.06 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 2.06 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
61
62
63
{
"name": "@root/chatluna-standalone",
"version": "0.0.6",
"files": [
".env",
"cordis.yml"
],
"type": "module",
"license": "MIT",
"workspaces": [
"external/*",
"external/*/external/*",
"external/*/external/*/packages/*",
"external/*/packages/*",
"packages/*"
],
"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",
"dev": "cross-env NODE_ENV=development cordis start --import tsx --import yml-register",
"start": "cordis start"
},
"devDependencies": {
"@types/koa__cors": "^5",
"@types/node": "^20.17.14",
"cross-env": "^7.0.3",
"esbuild": "^0.18.20",
"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",
"prettier": "^3.4.2",
"tsx": "^4.19.2",
"typescript": "^5.8.0-dev.20250116",
"yakumo": "^1.0.0-beta.20",
"yakumo-esbuild": "^1.0.0-beta.7",
"yakumo-tsc": "^1.0.0-beta.5",
"yml-register": "^1.2.5"
},
"dependencies": {
"@chatluna/standalone": "0.0.1",
"@cordisjs/plugin-hmr": "^0.2.6",
"@cordisjs/plugin-http": "^0.6.3",
"@cordisjs/plugin-proxy-agent": "^0.3.3",
"@cordisjs/plugin-server": "0.2.4",
"@koa/cors": "^5.0.0",
"@minatojs/driver-sqlite": "^4.6.0",
"cordis": "^3.18.1",
"minato": "^3.6.1"
},
"repository": "git@github.com:ChatHubLab/standalone.git",
"author": "dingyi222666 <dingyi222666@foxmail.com>",
"packageManager": "yarn@4.7.0"
}