-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.11 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
{
"dependencies": {
"@distube/ytdl-core": "^4.15.1",
"@top-gg/sdk": "^3.1.6",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"axios": "^1.4.0",
"cors": "^2.8.5",
"discord.js": "^14.11.0",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"ffmpeg-static": "^5.2.0",
"mongodb": "^5.7.0",
"topgg-autoposter": "^2.0.2"
},
"name": "carladown_bot",
"description": "**CarlaDown Bot**",
"version": "1.0.0",
"main": "index.js",
"devDependencies": {},
"scripts": {
"start": "node index.js",
"dev": "clear && npx nodemon"
},
"repository": {
"type": "git",
"url": "git+https://github.com/migtibincoski/carladown_bot.git"
},
"keywords": [
"bot",
"miguel",
"tibincoski",
"youtube",
"download",
"discord",
"api",
"yt",
"audio",
"video",
"call"
],
"author": "Miguel Tibincoski",
"license": "GNU Affero General Public License v3.0",
"bugs": {
"url": "https://github.com/migtibincoski/carladown_bot/issues"
},
"homepage": "https://github.com/migtibincoski/carladown_bot#readme"
}