generated from koishijs/boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.14 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
{
"name": "@koishijs/boilerplate",
"version": "0.0.0",
"private": true,
"files": [
".env",
"koishi.yml"
],
"license": "AGPL-3.0",
"workspaces": [
"packages/*",
"packages/@*/*",
"plugins/*",
"plugins/@*/*"
],
"scripts": {
"new": "koishi-scripts new",
"setup": "koishi-scripts setup",
"build": "yakumo build",
"bump": "yakumo version",
"dep": "yakumo upgrade",
"pub": "yakumo publish",
"dev": "cross-env NODE_ENV=development koishi start -r esbuild-register -r yml-register --watch",
"start": "koishi start"
},
"devDependencies": {
"@koishijs/client": "^5.0.2",
"@koishijs/scripts": "^3.4.0",
"@types/node": "^18.11.17",
"cross-env": "^7.0.3",
"esbuild": "^0.14.54",
"esbuild-register": "npm:@shigma/esbuild-register@^1.1.1",
"typescript": "^4.9.4",
"yakumo": "^0.3.7",
"yakumo-esbuild": "^0.3.19",
"yakumo-esbuild-yaml": "^0.3.1",
"yakumo-publish": "^0.3.1",
"yakumo-publish-sync": "^0.3.2",
"yakumo-tsc": "^0.3.7",
"yakumo-upgrade": "^0.3.2",
"yakumo-version": "^0.3.2",
"yml-register": "^1.1.0"
},
"dependencies": {
"@koishijs/plugin-adapter-discord": "^3.3.3",
"@koishijs/plugin-adapter-feishu": "^1.0.0",
"@koishijs/plugin-adapter-kook": "^3.4.4",
"@koishijs/plugin-adapter-onebot": "^5.4.4",
"@koishijs/plugin-adapter-telegram": "^3.5.4",
"@koishijs/plugin-admin": "^1.1.5",
"@koishijs/plugin-auth": "^2.5.0",
"@koishijs/plugin-bind": "^1.3.2",
"@koishijs/plugin-commands": "^2.3.0",
"@koishijs/plugin-console": "^5.0.2",
"@koishijs/plugin-database-sqlite": "^3.2.0",
"@koishijs/plugin-dataview": "^2.2.0",
"@koishijs/plugin-help": "^2.0.0",
"@koishijs/plugin-insight": "^3.2.0",
"@koishijs/plugin-locales": "^2.1.0",
"@koishijs/plugin-logger": "^2.2.0",
"@koishijs/plugin-market": "^1.7.0",
"@koishijs/plugin-rate-limit": "^1.2.4",
"@koishijs/plugin-sandbox": "^2.5.0",
"@koishijs/plugin-status": "^6.2.0",
"koishi": "^4.11.0",
"koishi-plugin-desktop": "^0.0.3",
"koishi-plugin-gocqhttp": "^3.2.0",
"koishi-plugin-puppeteer": "^3.3.0"
}
}