-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 902 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 902 Bytes
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
{
"name": "DDNetServiceBot-Mind",
"version": "2.0.0",
"main": "index.js",
"private": true,
"repository": "https://github.com/MindXL/DDNetServiceBot-Mind.git",
"author": "MindXL <1634300602@qq.com>",
"license": "MIT",
"scripts": {
"build": "yarn && tsc",
"dev": "tsc && node ./dist/dev.js",
"test": "tsc && node ./dist/index.js",
"start": "pm2 start pm2.json"
},
"devDependencies": {
"@types/lodash": "^4.14.175",
"koishi": "^3.14.2",
"typescript": "^4.4.3"
},
"dependencies": {
"axios": "^0.22.0",
"dotenv": "^10.0.0",
"koishi-adapter-onebot": "^3.1.0",
"koishi-plugin-common": "^4.3.5",
"koishi-plugin-mysql": "^3.6.2",
"koishi-plugin-puppeteer": "^2.1.7",
"koishi-plugin-schedule": "^3.0.7",
"koishi-plugin-tools": "^2.1.4",
"koishi-plugin-webui": "^4.7.1",
"lodash": "^4.17.21",
"tslib": "^2.3.1"
}
}