generated from koishijs/boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.38 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
{
"name": "koishi-boilerplate",
"version": "1.0.0",
"private": true,
"main": "index.js",
"license": "MIT",
"workspaces": [
"plugins/*"
],
"scripts": {
"build": "koishi-scripts build",
"bump": "koishi-scripts bump",
"clean": "koishi-scripts clean",
"dep": "koishi-scripts dep",
"new": "koishi-scripts new",
"pub": "koishi-scripts pub",
"dev": "cross-env NODE_ENV=development koishi start -r esbuild-register -r yaml-register -r tsconfig-paths/register --watch",
"start": "koishi start"
},
"devDependencies": {
"@koishijs/cli": "^4.4.1",
"@koishijs/client": "^3.2.3",
"@koishijs/scripts": "^1.2.2",
"cross-env": "^7.0.3",
"esbuild": "^0.12.29",
"esbuild-register": "^2.6.0",
"tsconfig-paths": "^3.13.0",
"typescript": "^4.6.2",
"yaml-register": "^0.1.0"
},
"dependencies": {
"@koishijs/plugin-adapter-discord": "^2.0.5",
"@koishijs/plugin-adapter-onebot": "^4.1.4",
"@koishijs/plugin-adapter-telegram": "^2.1.2",
"@koishijs/plugin-console": "^3.2.3",
"@koishijs/plugin-dataview": "^1.2.1",
"@koishijs/plugin-logger": "^1.2.2",
"@koishijs/plugin-manager": "^1.5.9",
"@koishijs/plugin-rate-limit": "1.1.1",
"@koishijs/plugin-status": "^5.3.3",
"koishi": "^4.4.1",
"koishi-plugin-api": "1.0.2",
"koishi-plugin-gocqhttp": "2.2.4",
"koishi-plugin-pics": "8.6.8"
}
}