-
Notifications
You must be signed in to change notification settings - Fork 63
/
package.json
46 lines (41 loc) · 1.07 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
{
"name": "qr.vercel",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm i forever -g && forever index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@adiwajshing/baileys": "github:whiskeySockets/Baileys",
"@adiwajshing/keyed-db": "^0.2.4",
"axios": "^0.24.0",
"cluster": "0.7.7",
"pm2":"latest",
"cheerio":"latest",
"chalk": "^5.0.1",
"crypto-js": "^4.1.1",
"fs-extra": "latest",
"qr-with-logo":"latest",
"qr-image": "^3.2.0",
"readline": "1.3.0",
"path": "latest",
"express": "^4.18.1",
"pastebin-js": "^1.0.6",
"node-cron": "^3.0.0",
"node-fetch": "^2.6.1",
"pino": "^8.1.0",
"qrcode": "^1.5.0",
"serve-favicon": "^2.5.0",
"canvas": "^2.11.2",
"child_process": "^1.0.2",
"ejs":"^3.1.9",
"gifencoder":"^2.0.1",
"puppeteer": "^5.4.1",
"util": "^0.12.4"
}
}