mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-07-02 21:52:46 +00:00
feat: init repo
This commit is contained in:
20
examples/browser/web/package.json
Normal file
20
examples/browser/web/package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user