-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
43 lines (43 loc) · 1.09 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
{
"name": "gubot",
"version": "1.0.0",
"description": "A qq group robot is used to provide some jx3-related functional support",
"main": "app.js",
"author": "X3ZvaWQ",
"license": "MIT",
"private": false,
"dependencies": {
"@jx3box/jx3box-common": "^5.5.1",
"@jx3box/jx3box-data": "^2.0.0",
"art-template": "^4.13.2",
"async-redis": "^1.1.7",
"axios": "^0.19.2",
"colors": "^1.4.0",
"fs-extra": "^9.0.1",
"hmacsha1": "^1.0.0",
"html-to-text": "^6.0.0",
"js-base64": "^3.6.0",
"js-md5": "^0.7.3",
"jsdom": "^16.4.0",
"koa": "^2.13.0",
"koa-bodyparser": "^4.3.0",
"koa-router": "^9.4.0",
"lodash": "^4.17.20",
"marked": "^1.2.7",
"moment": "^2.29.1",
"mysql2": "^2.1.0",
"puppeteer": "^5.5.0",
"redis": "^3.0.2",
"require-all": "^3.0.0",
"sequelize": "^6.3.4",
"tencentcloud-sdk-nodejs": "^4.0.170",
"tencentcloud-sdk-nodejs-nlp": "^4.0.165",
"uuid": "^8.3.2",
"ws": "^7.4.2",
"yargs-parser": "^20.2.5"
},
"scripts": {
"start": "node app.js",
"test": "node tests/index.js"
}
}