-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
175 lines (175 loc) · 6.53 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
{
"name": "@koishijs/boilerplate",
"version": "1.13.8",
"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",
"bump": "yakumo version",
"dep": "yakumo upgrade",
"pub": "yakumo publish",
"dev": "cross-env NODE_ENV=development koishi start --enable-source-maps --experimental-vm-modules -r esbuild-register -r yml-register",
"start": "koishi start --enable-source-maps --experimental-vm-modules"
},
"devDependencies": {
"@koishijs/client": "^5.27.9",
"@koishijs/plugin-hmr": "^1.2.8",
"@koishijs/scripts": "^4.5.2",
"@types/node": "^20.11.19",
"@types/react": "^18.2.55",
"cross-env": "^7.0.3",
"esbuild": "^0.18.20",
"esbuild-register": "npm:@shigma/esbuild-register@^1.1.1",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"yakumo": "^1.0.0-beta.6",
"yakumo-esbuild": "^1.0.0-beta.3",
"yakumo-tsc": "^1.0.0-beta.3",
"yml-register": "^1.2.5"
},
"dependencies": {
"@h4m5ter/koishi-plugin-autowithdraw": "1.0.5",
"@h4m5ter/koishi-plugin-meal": "0.0.4",
"@h4m5ter/koishi-plugin-youtube": "1.0.3",
"@koishijs/plugin-actions": "^0.0.2",
"@koishijs/plugin-adapter-discord": "4.4.0",
"@koishijs/plugin-adapter-kook": "4.5.1",
"@koishijs/plugin-adapter-qq": "4.6.2",
"@koishijs/plugin-adapter-satori": "1.1.2",
"@koishijs/plugin-adapter-telegram": "4.4.1",
"@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-broadcast": "1.1.4",
"@koishijs/plugin-callme": "1.3.4",
"@koishijs/plugin-commands": "3.5.3",
"@koishijs/plugin-config": "2.8.5",
"@koishijs/plugin-console": "5.28.4",
"@koishijs/plugin-database-mongo": "5.2.0",
"@koishijs/plugin-database-postgres": "2.2.0",
"@koishijs/plugin-database-sqlite": "4.2.0",
"@koishijs/plugin-echo": "2.2.5",
"@koishijs/plugin-explorer": "^1.5.1",
"@koishijs/plugin-help": "^2.4.3",
"@koishijs/plugin-insight": "^3.5.1",
"@koishijs/plugin-inspect": "1.1.5",
"@koishijs/plugin-locales": "^2.5.3",
"@koishijs/plugin-logger": "^2.6.7",
"@koishijs/plugin-market": "2.11.2",
"@koishijs/plugin-notifier": "^1.2.0",
"@koishijs/plugin-oobe": "^0.0.2",
"@koishijs/plugin-proxy-agent": "0.3.0",
"@koishijs/plugin-sandbox": "3.3.0",
"@koishijs/plugin-server": "3.2.1",
"@koishijs/plugin-server-satori": "2.4.3",
"@koishijs/plugin-server-temp": "1.4.0",
"@koishijs/plugin-status": "^7.4.10",
"@koishijs/translator": "1.1.1",
"koishi": "4.17.5",
"koishi-plugin-5k": "1.0.2",
"koishi-plugin-abbreviation": "1.0.0",
"koishi-plugin-adapter-onebot": "6.5.3",
"koishi-plugin-android": "^0.0.1",
"koishi-plugin-assets-local": "3.3.0",
"koishi-plugin-ba-logo": "1.1.2",
"koishi-plugin-base64": "0.1.0",
"koishi-plugin-bilibili": "0.2.3",
"koishi-plugin-blame": "4.0.1",
"koishi-plugin-booru": "1.2.4",
"koishi-plugin-brainfuck": "2.0.4",
"koishi-plugin-cache-database": "2.1.0",
"koishi-plugin-cache-memory": "2.1.0",
"koishi-plugin-changelog": "2.1.0",
"koishi-plugin-chat": "4.0.3",
"koishi-plugin-chatluna": "1.0.0-beta.47",
"koishi-plugin-chatluna-embeddings-service": "1.0.0-beta.16",
"koishi-plugin-chatluna-knowledge-chat": "1.0.8",
"koishi-plugin-chatluna-newbing-adapter": "1.0.0-beta.19",
"koishi-plugin-chatluna-openai-adapter": "1.0.0-beta.22",
"koishi-plugin-chatluna-openai-like-adapter": "1.0.0-beta.5",
"koishi-plugin-chatluna-plugin-common": "1.0.0-beta.17",
"koishi-plugin-chatluna-preset-market": "1.0.12",
"koishi-plugin-chatluna-search-service": "1.0.0-beta.17",
"koishi-plugin-chatluna-vector-store-service": "1.0.0-beta.17",
"koishi-plugin-chess": "4.3.0",
"koishi-plugin-cron": "3.1.0",
"koishi-plugin-dataview": "2.7.4",
"koishi-plugin-desktop": "^1.0.0",
"koishi-plugin-dialogue": "4.1.3",
"koishi-plugin-dialogue-author": "1.2.1",
"koishi-plugin-dialogue-context": "1.0.4",
"koishi-plugin-dialogue-flow": "1.0.4",
"koishi-plugin-dialogue-rate-limit": "1.0.3",
"koishi-plugin-dialogue-time": "1.0.3",
"koishi-plugin-downloads": "0.1.3",
"koishi-plugin-emojimix": "1.6.0",
"koishi-plugin-encodeuri": "1.0.0",
"koishi-plugin-eval": "4.1.4",
"koishi-plugin-feedback": "2.1.2",
"koishi-plugin-ffmpeg": "1.1.0",
"koishi-plugin-footer": "1.1.1",
"koishi-plugin-forward": "4.2.0",
"koishi-plugin-github": "5.5.1",
"koishi-plugin-github-opengraph": "1.0.1",
"koishi-plugin-glot": "1.1.6",
"koishi-plugin-guess-number": "1.2.1",
"koishi-plugin-hangman": "1.2.0",
"koishi-plugin-httpcat": "1.0.4",
"koishi-plugin-image-search": "4.3.2",
"koishi-plugin-imagify": "2.2.7",
"koishi-plugin-inspect-elements": "1.0.3",
"koishi-plugin-jieba": "0.4.2",
"koishi-plugin-lobby": "0.5.1",
"koishi-plugin-markdown": "1.1.1",
"koishi-plugin-message-counter": "2.0.5",
"koishi-plugin-music": "2.2.2",
"koishi-plugin-npm-unused": "1.0.2",
"koishi-plugin-nyan": "1.2.4",
"koishi-plugin-phlogo": "1.0.0",
"koishi-plugin-puppeteer": "3.8.4",
"koishi-plugin-rate-limit": "2.0.4",
"koishi-plugin-recall": "1.4.0",
"koishi-plugin-repeater": "1.0.1",
"koishi-plugin-schedule": "5.0.1",
"koishi-plugin-screenshot": "1.0.5",
"koishi-plugin-shutdown": "0.3.1",
"koishi-plugin-skia-canvas": "0.4.0",
"koishi-plugin-spawn": "1.1.1",
"koishi-plugin-star-history": "1.0.1",
"koishi-plugin-steam-status-subscribe": "0.2.2",
"koishi-plugin-steam-trading": "1.3.1",
"koishi-plugin-subscribe-at": "1.6.0",
"koishi-plugin-sudo": "2.1.1",
"koishi-plugin-switch": "1.2.0",
"koishi-plugin-telemetry": "^0.0.2",
"koishi-plugin-text-censor": "1.0.3",
"koishi-plugin-theme-vanilla": "^1.0.6",
"koishi-plugin-verifier": "1.1.1",
"koishi-plugin-word-cloud": "0.5.8",
"koishi-plugin-wordle": "0.0.1-alpha.13"
}
}