-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
43 lines (43 loc) · 1.16 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
{
"name": "discord-player-youtubei",
"version": "1.3.7",
"description": "An unofficial package to test the use of youtubei in discord-player v6.",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/retrouser955/discord-player-youtubei.git"
},
"author": "retro_ig",
"license": "Creative Commons",
"devDependencies": {
"@discord-player/extractor": "^4.5.0",
"@types/node": "^22.7.5",
"bgutils-js": "^3.1.0",
"discord-player": "^6.7.1",
"discord.js": "^14.16.3",
"googlevideo": "^2.0.0",
"happy-dom": "^15.11.7",
"prettier": "^3.3.3",
"tsup": "^8.2.4",
"typescript": "^5.5.2"
},
"dependencies": {
"tiny-typed-emitter": "^2.1.0",
"undici": "^7.1.0",
"youtubei.js": "^12.2.0"
},
"scripts": {
"build": "npm run format && tsup",
"prepare": "npm run build",
"format": "prettier --write \"{lib,examples,bin}/**/*.{js,ts}\""
},
"bin": "bin/index.js",
"packageManager": "[email protected]",
"exports": {
".": "./dist/index.js",
"./experimental": {
"types": "./dist/experimental/index.d.ts",
"default": "./dist/experimental/index.js"
}
}
}