-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
95 lines (95 loc) · 3.08 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "@koishijs/boilerplate",
"version": "0.0.0",
"packageManager": "[email protected]",
"private": true,
"files": [
".env",
"koishi.yml"
],
"license": "AGPL-3.0",
"workspaces": [
"external/*",
"external/*/external/*",
"external/*/external/*/packages/*",
"external/*/external/*/plugins/*",
"external/*/packages/*",
"external/*/plugins/*",
"external/satori/adapters/*",
"external/koishi/plugins/*",
"external/koishi/plugins/database/*",
"packages/*",
"packages/@*/*",
"plugins/*",
"plugins/@*/*"
],
"scripts": {
"new": "koishi-scripts new",
"setup": "koishi-scripts setup",
"clone": "koishi-scripts clone",
"build": "yakumo build",
"clean": "yakumo clean",
"bump": "yakumo version",
"dep": "yakumo upgrade",
"pub": "yakumo publish",
"dev": "cross-env NODE_ENV=development koishi start -r esbuild-register -r yml-register",
"start": "koishi start"
},
"devDependencies": {
"@koishijs/client": "^5.29.4",
"@koishijs/plugin-hmr": "^1.2.9",
"@koishijs/scripts": "^4.6.0",
"@types/node": "^22.1.0",
"@types/react": "^18.2.70",
"cross-env": "^7.0.3",
"esbuild": "^0.23.1",
"esbuild-register": "npm:@shigma/esbuild-register@^1.1.1",
"tsx": "^4.16.2",
"typescript": "^5.5.3",
"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": {
"@koishijs/plugin-actions": "^0.0.2",
"@koishijs/plugin-adapter-discord": "^4.5.9",
"@koishijs/plugin-adapter-kook": "^4.6.4",
"@koishijs/plugin-adapter-qq": "^4.8.3",
"@koishijs/plugin-adapter-satori": "^1.3.1",
"@koishijs/plugin-adapter-telegram": "^4.5.8",
"@koishijs/plugin-admin": "^2.0.0-beta.4",
"@koishijs/plugin-analytics": "^2.0.6",
"@koishijs/plugin-auth": "^4.1.6",
"@koishijs/plugin-bind": "^1.5.1",
"@koishijs/plugin-commands": "^3.5.4",
"@koishijs/plugin-config": "^2.8.5",
"@koishijs/plugin-console": "^5.29.4",
"@koishijs/plugin-database-sqlite": "^4.6.0",
"@koishijs/plugin-explorer": "^1.5.5",
"@koishijs/plugin-help": "^2.4.4",
"@koishijs/plugin-http": "^0.6.1",
"@koishijs/plugin-insight": "^3.5.2",
"@koishijs/plugin-inspect": "^1.1.7",
"@koishijs/plugin-locales": "^2.5.3",
"@koishijs/plugin-logger": "^2.6.8",
"@koishijs/plugin-market": "^2.11.2",
"@koishijs/plugin-notifier": "^1.2.1",
"@koishijs/plugin-oobe": "^0.0.2",
"@koishijs/plugin-proxy-agent": "^0.3.3",
"@koishijs/plugin-sandbox": "^3.4.1",
"@koishijs/plugin-server": "^3.2.3",
"@koishijs/plugin-server-satori": "^2.7.1",
"@koishijs/plugin-server-temp": "^1.4.0",
"@koishijs/plugin-status": "^7.4.10",
"koishi": "^4.18.0",
"koishi-plugin-android": "^0.0.1",
"koishi-plugin-assets-local": "^3.3.2",
"koishi-plugin-dataview": "^2.6.1",
"koishi-plugin-desktop": "^1.0.0",
"koishi-plugin-puppeteer": "^3.9.0",
"koishi-plugin-rate-limit": "^2.0.4",
"koishi-plugin-telemetry": "^0.2.3",
"koishi-plugin-theme-vanilla": "^1.0.6"
}
}