mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-06-25 15:52:04 +00:00
22 lines
462 B
JSON
22 lines
462 B
JSON
{
|
|
"name": "sabr-shaka-example",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"patch:shaka": "node ./scripts/patchShaka.mjs",
|
|
"postinstall": "npm run patch:shaka"
|
|
},
|
|
"dependencies": {
|
|
"bgutils-js": "^3.2.0",
|
|
"googlevideo": "^4.0.4",
|
|
"shaka-player": "^4.16.2",
|
|
"youtubei.js": "^15.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.4.5",
|
|
"vite": "^5.2.11"
|
|
}
|
|
}
|