forked from fishcg/acfun-live-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.31 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
{
"name": "qqbot",
"version": "0.1.3-1",
"description": "node tools",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "cd node-tools/gulp && gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fishcg/qqbot.git"
},
"author": "fish",
"license": "ISC",
"bugs": {
"url": "https://github.com/fishcg/qqbot/issues"
},
"homepage": "https://github.com/fishcg/qqbot#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-rename": "^1.3.0",
"gulp-rev": "^8.1.1",
"gulp-uglify": "^3.0.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-html": "^4.0.5",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-react": "^7.10.0"
},
"dependencies": {
"ali-oss": "^6.1.0",
"async": "^2.6.1",
"cqhttp": "^1.2.0",
"dayjs": "^1.10.4",
"got": "^11.8.2",
"md5": "^2.2.1",
"mysql": "^2.18.1",
"nedb": "^1.8.0",
"nodemailer": "^4.6.8",
"nodemailer-smtp-transport": "^2.7.4",
"path": "^0.12.7",
"querystring": "^0.2.1",
"ramda": "^0.25.0",
"request": "^2.88.2",
"superagent": "^4.0.0-beta.5",
"sync-request": "^6.0.0",
"urlencode": "^1.1.0",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.0"
}
}