-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 2.13 KB
/
package.json
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
{
"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/node": "^20.16.5",
"cross-env": "^7.0.3",
"esbuild": "^0.18.20",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-mocha": "^10.5.0",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^6.6.0",
"prettier": "^3.3.3",
"tsx": "^4.19.1",
"typescript": "^5.7.0-dev.20240916",
"yakumo": "^1.0.0-beta.18",
"yakumo-esbuild": "^1.0.0-beta.6",
"yakumo-tsc": "^1.0.0-beta.4",
"yml-register": "^1.2.5"
},
"dependencies": {
"@chatluna/standalone": "0.0.1",
"@cordisjs/plugin-hmr": "^0.2.6",
"@cordisjs/plugin-http": "^0.6.2",
"@cordisjs/plugin-proxy-agent": "^0.3.3",
"@cordisjs/plugin-server": "^0.2.3",
"@minatojs/driver-sqlite": "^4.5.0",
"cordis": "^3.18.0",
"minato": "^3.5.1"
},
"repository": "git@github.com:ChatHubLab/standalone.git",
"author": "dingyi222666 <dingyi222666@foxmail.com>",
"packageManager": "yarn@4.3.1+sha512.af78262d7d125afbfeed740602ace8c5e4405cd7f4735c08feb327286b2fdb2390fbca01589bfd1f50b1240548b74806767f5a063c94b67e431aabd0d86f7774"
}