mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-06-16 10:12:13 +00:00
21 lines
392 B
JSON
21 lines
392 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.2.10"
|
|
},
|
|
"dependencies": {
|
|
"bgutils-js": "^2.0.1",
|
|
"shaka-player": "^4.11.2",
|
|
"youtubei.js": "github:LuanRT/YouTube.js"
|
|
}
|
|
}
|