-
Notifications
You must be signed in to change notification settings - Fork 354
/
Copy pathpackage.json
48 lines (48 loc) · 1.19 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
{
"name": "wechat_spider",
"version": "1.2.0",
"description": "wechat spider by Man-in-the-middle attack",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js --ignore client/ --ignore test/",
"prod": "NODE_ENV=production npm start",
"test": "mocha --recursive --exit --timeout 10000"
},
"author": "liqiang",
"license": "MIT",
"dependencies": {
"anyproxy": "^4.1.3",
"cheerio": "^1.0.0-rc.12",
"express": "^4.18.1",
"ip": "^1.1.8",
"json2csv": "3.11.5",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"mongoose": "^6.5.2",
"morgan": "^1.10.0",
"motime": "^0.0.2",
"redis": "^2.8.0",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"winston": "^3.8.1"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-plugin-react": "^7.14.3",
"mocha": "^10.0.0",
"nodemon": "^2.0.19"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lqqyt2423/wechat_spider.git"
},
"keywords": [
"wechat",
"spider"
],
"bugs": {
"url": "https://github.com/lqqyt2423/wechat_spider/issues"
},
"homepage": "https://github.com/lqqyt2423/wechat_spider#readme"
}