mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-16 11:02:10 +00:00
24 lines
469 B
JSON
24 lines
469 B
JSON
{
|
|
"name": "web",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"postinstall": "patch-package",
|
|
"preview": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"patch-package": "^6.5.1",
|
|
"typescript": "^4.6.4",
|
|
"vite": "^5.4.7"
|
|
},
|
|
"dependencies": {
|
|
"bgutils-js": "^3.1.2",
|
|
"googlevideo": "^2.0.0",
|
|
"shaka-player": "4.11.7",
|
|
"youtubei.js": "^12.2.0"
|
|
}
|
|
}
|