generated from koishijs/boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.76 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": "@koishijs/boilerplate",
"version": "0.0.0",
"private": true,
"files": [
".env",
"koishi.yml"
],
"license": "GPL-3.0",
"workspaces": [
"packages/*",
"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": "^4.6.6",
"@koishijs/scripts": "^3.2.4",
"@types/node": "^18.6.4",
"cross-env": "^7.0.3",
"esbuild": "^0.14.51",
"esbuild-register": "^3.3.3",
"typescript": "^4.8.3",
"yml-register": "^1.1.0",
"yakumo": "^0.3.6",
"yakumo-esbuild": "^0.3.17",
"yakumo-esbuild-yaml": "^0.3.1",
"yakumo-publish": "^0.3.0",
"yakumo-publish-sync": "^0.3.1",
"yakumo-tsc": "^0.3.5",
"yakumo-upgrade": "^0.3.2",
"yakumo-version": "^0.3.1"
},
"dependencies": {
"@koishijs/cli": "^4.9.4",
"@koishijs/plugin-adapter-discord": "^3.2.2",
"@koishijs/plugin-adapter-onebot": "^5.2.1",
"@koishijs/plugin-adapter-telegram": "^3.4.2",
"@koishijs/plugin-auth": "^2.1.4",
"@koishijs/plugin-console": "^4.6.6",
"@koishijs/plugin-dataview": "^2.1.5",
"@koishijs/plugin-insight": "^3.1.6",
"@koishijs/plugin-help": "^1.2.3",
"@koishijs/plugin-logger": "^2.1.5",
"@koishijs/plugin-market": "^1.3.11",
"@koishijs/plugin-rate-limit": "^1.1.7",
"@koishijs/plugin-sandbox": "^2.3.2",
"@koishijs/plugin-status": "^6.1.5",
"@koishijs/plugin-suggest": "^1.1.5",
"koishi": "^4.9.4",
"koishi-plugin-gocqhttp": "^3.1.0"
}
}