-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
37 lines (37 loc) · 894 Bytes
/
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
{
"name": "ts3-music-bot",
"version": "1.0.0",
"description": "Music Bot for TeamSpeak 3 in NodeJS",
"main": "src/main.js",
"scripts": {
"start": "node ./src/main.js",
"format": "prettier . --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xDroni/TeamSpeak-3-Music-Bot.git"
},
"keywords": [
"teamspeak3",
"music",
"bot",
"node"
],
"author": "xDroni",
"license": "MIT",
"bugs": {
"url": "https://github.com/xDroni/TeamSpeak-3-Music-Bot/issues"
},
"homepage": "https://github.com/xDroni/TeamSpeak-3-Music-Bot#readme",
"dependencies": {
"@distube/ytdl-core": "latest",
"fluent-ffmpeg": "^2.1.2",
"html-entities": "^1.4.0",
"node-ts": "^5.1.2",
"prompt-sync": "^4.2.0",
"simple-youtube-api": "5.2.1",
"speaker": "^0.5.3",
"youtube-ext": "latest",
"ytpl": "^2.2.1"
}
}