forked from elecV2/elecV2P
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.03 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
{
"name": "elecV2P",
"version": "3.5.3",
"description": "customize personal network",
"main": "index.js",
"author": "https://github.com/elecV2",
"repository": {
"type": "git",
"url": "https://github.com/elecV2/elecV2P"
},
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"start": "pm2 start index.js -n elecV2P -o logs/pm2.log -e logs/pm2-error.log --no-daemon",
"dev": "set port=12521 && nodemon index.js"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/elecV2/elecV2P/issues"
},
"keywords": [
"MITM",
"V2P",
"anyproxy",
"task",
"shell"
],
"dependencies": {
"adm-zip": "^0.5.7",
"anyproxy": "^4.1.3",
"axios": "^0.21.4",
"cheerio": "^1.0.0-rc.10",
"formidable": "^1.2.2",
"node-cron": "^2.0.3",
"pm2": "^5.1.2",
"rss": "^1.2.2"
},
"devDependencies": {},
"nodemonConfig": {
"ignore": [
"logs",
"script/JSFile/*",
"script/Lists/*",
"script/Store/*",
"web/*",
"*test.js"
]
}
}