forked from elecV2/elecV2P
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 828 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
{
"name": "elecV2P",
"version": "3.2.5",
"description": "customize personal network",
"main": "index.js",
"author": "https://github.com/elecV2",
"repository": {
"type": "git",
"url": "https://github.com/elecV2/elecV2P"
},
"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",
"dependencies": {
"anyproxy": "^4.1.3",
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.5",
"formidable": "^1.2.2",
"node-cron": "^2.0.3",
"rss": "^1.2.2",
"pm2": "^4.5.4"
},
"devDependencies": {},
"nodemonConfig": {
"ignore": [
"logs",
"script/JSFile/*",
"script/Lists/*",
"script/Store/*",
"web/*",
"*test.js"
]
}
}