This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
61 lines (61 loc) · 1.53 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
60
61
{
"name": "discord-ytdl-core",
"version": "5.0.3",
"description": "Simple ytdl wrapper for discord bots with custom ffmpeg args support.",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.d.ts",
"index.ts"
],
"scripts": {
"test": "cd test && node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DevSnowflake/discord-ytdl-core.git"
},
"keywords": [
"ytdl-core",
"ytdl-core-discord",
"discord.js-bassboost",
"bassboost",
"discord",
"music",
"bot",
"ytdl-discord",
"ytdl-ffmpeg",
"discord-ytdl-core",
"prism-media",
"discord-musicbot",
"music",
"musicbot",
"discord.js-encoderargs",
"discord.js-voice",
"prism-media-ytdl",
"lavalink",
"discord.js-arbitrary-ffmpeg",
"discord-player",
"discord-music-player"
],
"author": "Snowflake107",
"license": "ISC",
"funding": {
"type": "individual",
"url": "https://paypal.me/devsnowflake"
},
"bugs": {
"url": "https://github.com/DevSnowflake/discord-ytdl-core/issues"
},
"homepage": "https://ytdl.snowflakedev.xyz",
"dependencies": {
"prism-media": "^1.2.9"
},
"devDependencies": {
"@types/node": "^14.14.31",
"discord.js": "^12.5.3",
"ffmpeg-static": "^4.2.6",
"node-opus": "^0.3.2",
"ytdl-core": "^4.5.0"
}
}