-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.72 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": "@victorsouzaleal/lbot-api-comandos",
"version": "1.1.1",
"description": "Conjunto de API's que são usados para os comandos do LBOT",
"main": "build/api.js",
"types": "build/api.d.ts",
"repository": "https://github.com/victorsouzaleal/lbot-api-comandos.git",
"author": "victorsouzaleal <victorsouzaleal@gmail.com>",
"license": "MIT",
"type": "module",
"scripts": {
"start": "node build/api.js",
"prestart": "npm run build",
"build": "tsc"
},
"dependencies": {
"@deepgram/sdk": "^3.5.1",
"@distube/ytdl-core": "^4.16.0",
"@tobyg74/tiktok-api-dl": "^1.1.9",
"@victorsouzaleal/brasileirao": "^1.0.0",
"@victorsouzaleal/googlethis": "^1.8.1",
"@vitalets/google-translate-api": "^7.0.0",
"axios": "^1.7.4",
"correios-brasil": "^2.2.2",
"emoji-mixer": "^1.1.12",
"fb-downloader-scrapper": "^2.0.0",
"file-type": "^19.4.1",
"fluent-ffmpeg": "^2.1.3",
"form-data": "^4.0.0",
"format-duration-time": "^1.5.4",
"fs-extra": "^9.0.1",
"genius-lyrics": "^4.2.9",
"google-sr": "^5.0.0",
"hercai": "^12.3.2",
"instagram-url-direct": "^1.0.18",
"jimp": "^0.22.12",
"jsdom": "^24.1.1",
"moment-timezone": "^0.5.31",
"node-gtts": "^2.0.2",
"node-upload-images": "^1.0.1",
"node-webpmux": "^3.2.0",
"pretty-num": "^0.5.0",
"user-agents": "^1.1.231",
"youtube-sr": "^4.3.11"
},
"optionalDependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0"
},
"private": false,
"devDependencies": {
"@types/fluent-ffmpeg": "^2.1.27",
"@types/fs-extra": "^11.0.4",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.13.1",
"@types/user-agents": "^1.0.4",
"tsx": "^4.19.2",
"typescript": "^5.7.3"
}
}