-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
67 lines (67 loc) · 1.7 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
62
63
64
65
66
67
{
"name": "discord-media-player",
"version": "1.5.1",
"description": "@discordjs/voice wrapper to manage audio resource easier",
"main": "dist/index.js",
"types": "index.d.ts",
"dependencies": {
"@discordjs/voice": "^0.6.0",
"prism-media": "^1.3.2",
"soundcloud-downloader": "^1.0.0",
"tiny-typed-emitter": "^2.1.0",
"youtube-scrapper": "^1.0.7",
"ytdl-core": "^4.9.1"
},
"devDependencies": {
"@types/node": "^14.14.31",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"del-cli": "^4.0.1",
"dts-bundle": "^0.7.3",
"eslint": "^7.32.0",
"typedoc": "^0.21.5",
"typedoc-plugin-sourcefile-url": "^1.0.6",
"typescript": "^4.2.4"
},
"scripts": {
"build": "tsc && dts-bundle --name \"discord-media-player\" --main dist --out index.d.ts && del-cli -f \"dist/**/*.d.ts\"",
"docs": "typedoc src/index.ts --excludeInternal --excludeExternals",
"lint": "eslint src --ext .ts"
},
"files": [
"dist",
"index.d.ts"
],
"keywords": [
"bot",
"voice",
"audio",
"media",
"stream",
"player",
"discord",
"discord.js",
"discordbot",
"discordvoice",
"discordaudio",
"discordmedia",
"discordstream",
"discordplayer",
"discord-bot",
"discord-voice",
"discord-audio",
"discord-media",
"discord-stream",
"discord-player"
],
"author": "XzFirzal",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/XzFirzal/discord-media-player"
},
"bugs": {
"url": "https://github.com/XzFirzal/discord-media-player/issues"
},
"homepage": "https://xzfirzal.github.io/discord-media-player/stable/index.html"
}