-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 857 Bytes
/
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
{
"name": "spider",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node index.js",
"build": "webpack --progress --color --reason",
"file": "node file/index"
},
"bin": {
"liubin": "bin/index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"async": "^2.6.0",
"axios": "^0.18.0",
"cheerio": "^1.0.0-rc.2",
"co": "^4.6.0",
"commander": "^2.15.1",
"express": "^4.16.2",
"knex": "^0.19.5",
"mkdirp": "^0.5.1",
"mysql": "^2.15.0",
"node-fetch": "^2.6.0",
"node-schedule": "^1.3.0",
"nodemailer": "^4.6.4",
"phantom": "^6.0.3",
"puppeteer": "^1.10.0",
"puppeteer-core": "^1.10.0",
"request": "^2.83.0",
"superagent": "^3.8.2",
"turndown": "^5.0.1"
}
}