-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.13 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
{
"name": "Discord radio bot",
"version": "2.0.2",
"description": "Discord bot for Alex music radio 24/7",
"main": "index.ts",
"scripts": {
"dev": "ts-node-dev --transpile-only index.ts",
"build": "tsc",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/AlexanderGaming1214/Discord-radio-bot-24-7"
},
"keywords": [
"discord-bot",
"bot",
"discord",
"discordjs",
"lofi"
],
"author": "https://github.com/tauzxd/",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/AlexanderGaming1214/Discord-radio-bot-24-7"
},
"homepage": "https://github.com/AlexanderGaming1214/Discord-radio-bot-24-7",
"dependencies": {
"@discordjs/voice": "^0.16.0",
"discord-buttons": "^4.0.0-deprecated",
"discord-radio-player": "^1.6.0",
"discord.js": "^14.9.0",
"dotenv": "^16.0.3",
"ffmpeg-extract-audio": "^1.0.2",
"ffmpeg-static": "^5.2.0",
"play-dl": "^1.9.6",
"quick.db": "^9.1.7",
"tweetnacl": "^1.0.3",
"ytdl-core": "^4.11.5"
},
"devDependencies": {
"ts-node-dev": "^2.0.0",
"typescript": "^5.0.4"
}
}