-
Notifications
You must be signed in to change notification settings - Fork 2.3k
/
package.json
49 lines (49 loc) · 1.39 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
{
"name": "levanter",
"version": "3.2.3",
"description": "",
"main": "index.js",
"scripts": {
"start": "pm2 start . --attach --name levanter",
"docker": "pm2-runtime start . --name levanter",
"stop": "pm2 stop levanter",
"postinstall": "node -e \"try { require('sharp') } catch (e) { process.exit(1); }\" || yarn add --ignore-engines [email protected]"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.3.3",
"baileys": "git+https://[email protected]/lyfe00011/baileys.git",
"browser-id3-writer": "^4.4.0",
"cheerio": "^1.0.0-rc.10",
"cookie": "^0.5.0",
"cron": "^3.1.7",
"dotenv": "^16.4.5",
"file-type": "^18.2.1",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"fs-extra": "^11.1.0",
"google-tts-api": "^2.0.2",
"googleapis": "^126.0.1",
"got": "11.8.3",
"heroku-client": "^3.1.0",
"jimp": "^0.16.1",
"link-preview-js": "^3.0.4",
"moment": "^2.29.4",
"node-fetch": "3.2.2",
"node-webpmux": "^3.1.4",
"pdfkit": "^0.13.0",
"pg": "^8.7.3",
"pino-pretty": "^9.1.1",
"pm2": "^5.4.2",
"qrcode-reader": "^1.0.4",
"qrcode-terminal": "^0.12.0",
"sequelize": "^6.21.4",
"sharp": "^0.33.5",
"simple-git": "^3.16.1",
"sqlite3": "^5.0.11",
"translate-google-api": "^1.0.4",
"youtubei.js": "^11.0.1"
},
"packageManager": "[email protected]"
}