package.json
999 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
34
35
36
37
38
39
40
{
"name": "spider-hupu",
"version": "1.0.0",
"description": "",
"main": "spider.js",
"scripts": {
"build": "webpack --config ./other/build/webpack.config.js"
},
"author": "feng.chen@yoho.cn",
"license": "ISC",
"dependencies": {
"chalk": "^2.4.1",
"cron-parser": "^2.7.1",
"dayjs": "^1.7.7",
"express": "^4.16.4",
"influx-batch-sender": "=0.1.7",
"inquirer": "^6.2.1",
"lodash": "^4.17.11",
"mysql": "^2.16.0",
"nedb-promise": "^2.0.1",
"node-lockup": "^1.0.3",
"node-schedule": "^1.3.0",
"nodemailer": "^5.1.1",
"open": "^0.0.5",
"readline": "^1.3.0",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"winston": "^3.1.0",
"winston-daily-rotate-file": "^3.5.1",
"xlsx-style": "^0.8.13",
"yoho-md5": "^2.1.0"
},
"devDependencies": {
"eslint": "^5.9.0",
"eslint-config-yoho": "^1.1.0",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-node-externals": "^1.7.2"
}
}