forked from Prince-Mendiratta/BotsApp
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
59 lines (59 loc) · 1.69 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
50
51
52
53
54
55
56
57
58
59
{
"name": "athena",
"version": "1.0.0",
"description": "",
"main": "main.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsc && node --max-old-space-size=512 --trace-warnings --optimize_for_size dist/Athena.js"
},
"author": "Suresh S",
"license": "ISC",
"dependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"@hapi/boom": "^9.1.4",
"@hapi/hoek": "9.3.0",
"@nuintun/qrcode": "^3.0.1",
"@vitalets/google-translate-api": "^7.0.0",
"@whiskeysockets/baileys": "^6.3.1",
"axios": "^0.27.2",
"bing-chat": "^0.2.3",
"chalk": "^4.1.1",
"chatgpt": "^5.1.2",
"cheerio": "^1.0.0-rc.11",
"dotenv": "^10.0.0",
"ffmpeg": "^0.0.4",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"google-dictionary-api": "^1.0.8",
"google-search-results-nodejs": "^2.0.1",
"google-tts-api": "^2.0.2",
"got": "^11.8.2",
"jimp": "^0.16.1",
"jsdom": "^19.0.0",
"ocr-space-api-wrapper": "^1.0.6",
"package.json": "^2.0.1",
"pg": "^8.7.1",
"pino": "^8.11.0",
"qrcode-reader": "^1.0.4",
"qrcode-terminal": "^0.12.0",
"sequelize": "^6.7.0",
"simple-git": "^2.47.0",
"songlyrics": "^2.2.4",
"sqlite3": "^5.0.2",
"string-format": "^2.0.0",
"typescript": "^4.6.4",
"unofficial-carbon-now": "^1.0.3",
"urban-dictionary": "^3.0.2",
"yt-search": "^2.10.1",
"ytdl-core": "git+https://github.com/khlevon/node-ytdl-core.git#v4.11.3-patch.1"
},
"devDependencies": {
"@types/node": "^17.0.32",
"@types/string-format": "^2.0.0",
"@types/urban-dictionary": "^3.0.0",
"@types/ws": "^8.5.3"
},
"packageManager": "[email protected]"
}