mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-06-19 19:51:22 +00:00
21 lines
418 B
JSON
21 lines
418 B
JSON
{
|
|
"name": "web",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^4.6.4",
|
|
"vite": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"bgutils-js": "^2.0.1",
|
|
"shaka-player": "^4.11.2",
|
|
"youtubei.js": "github:LuanRT/YouTube.js#do-not-merge/ump-debugging"
|
|
}
|
|
}
|