-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 873 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 873 Bytes
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
{
"name": "pycosbot",
"version": "1.0.0",
"description": "Simple Bot WhatsApp",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js",
"start:pm2": "pm2 start index.js --name pycos -- --max-old-space-size=8192",
"stop:pm2": "pm2 stop pycos",
"restart:pm2": "pm2 restart pycos"
},
"author": "Rasya R. @chocopys",
"license": "MIT",
"dependencies": {
"@whiskeysockets/baileys": "github:nstar-y/Bail",
"axios": "1.7.2",
"chalk": "^5.3.0",
"d-scrape": "^1.2.0",
"file-type": "^19.0.0",
"human-readable": "^0.2.1",
"jimp": "latest",
"moment-timezone": "^0.5.45",
"node-webpmux": "^3.2.0",
"performance-now": "^2.1.0",
"pm2": "^5.4.2",
"qrcode-terminal": "^0.12.0",
"spotifydl-x": "^0.3.5"
},
"devDependencies": {
"@hapi/boom": "10.0.1",
"pino": "9.2.0"
}
}