forked from TDD-GANGS/TDD-NEWS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 949 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
{
"name": "tdd-news",
"version": "1.0.0",
"scripts": {
"start": "pm2 start index.js --deep-monitoring --attach --name news",
"stop": "pm2 stop news",
"restart": "pm2 restart nebula && pm2 logs",
"stash": "git stash && git stash drop"
},
"dependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"@whiskeysockets/baileys": "latest",
"axios": "^1.6.8",
"cheerio": "^1.0.0-rc.12",
"express": "latest",
"file-type": "^16.5.3",
"form-data": "^4.0.0",
"fs-extra": "^11.1.0",
"link-preview-js": "^3.0.4",
"megajs": "^1.2.1",
"fluent-ffmpeg": "latest",
"node-cron": "^3.0.3",
"node-fetch": "^2.6.1",
"os": "^0.1.2",
"path": "^0.12.7",
"pino": "^7.0.5",
"pm2": "^5.2.0",
"puppeteer": "^22.7.1",
"qrcode-terminal": "^0.12.0",
"util": "^0.12.4"
}
}