parent
598c7177ea
commit
f37f2e32be
2 changed files with 667 additions and 2544 deletions
11
deno.json
11
deno.json
|
@ -4,13 +4,13 @@
|
|||
"compile": "deno compile --include ./src/lib/helpers/youtubePlayerReq.ts --include ./src/lib/helpers/getFetchClient.ts --output invidious_companion --allow-import=github.com:443,jsr.io:443,raw.githubusercontent.com:443,esm.sh:443,deno.land:443 --allow-net --allow-env --allow-read --allow-sys=hostname --allow-write=/var/tmp/youtubei.js src/main.ts"
|
||||
},
|
||||
"imports": {
|
||||
"hono": "jsr:@hono/hono@^4.6.5",
|
||||
"hono/logger": "jsr:@hono/hono@^4.6.5/logger",
|
||||
"hono/bearer-auth": "jsr:@hono/hono@^4.6.5/bearer-auth",
|
||||
"hono": "jsr:@hono/hono@^4.7.2",
|
||||
"hono/logger": "jsr:@hono/hono@^4.7.2/logger",
|
||||
"hono/bearer-auth": "jsr:@hono/hono@^4.7.2/bearer-auth",
|
||||
"youtubei.js": "https://raw.githubusercontent.com/LuanRT/YouTube.js/refs/tags/v13.1.0-deno/deno.ts",
|
||||
"youtubei.js/Utils": "https://raw.githubusercontent.com/LuanRT/YouTube.js/refs/tags/v13.1.0-deno/deno/src/utils/Utils.ts",
|
||||
"youtubei.js/NavigationEndpoint": "https://raw.githubusercontent.com/LuanRT/YouTube.js/refs/tags/v13.1.0-deno/deno/src/parser/classes/NavigationEndpoint.ts",
|
||||
"jsdom": "npm:jsdom@25.0.1",
|
||||
"jsdom": "npm:jsdom@26.0.0",
|
||||
"bgutils": "https://esm.sh/bgutils-js@3.1.0",
|
||||
"estree": "https://esm.sh/@types/estree@1.0.6",
|
||||
"@willsoto/node-konfig-core": "npm:@willsoto/node-konfig-core@5.0.0",
|
||||
|
@ -18,7 +18,8 @@
|
|||
"@willsoto/node-konfig-toml-parser": "npm:@willsoto/node-konfig-toml-parser@3.0.0",
|
||||
"youtubePlayerReq": "./src/lib/helpers/youtubePlayerReq.ts",
|
||||
"getFetchClient": "./src/lib/helpers/getFetchClient.ts",
|
||||
"googlevideo": "npm:googlevideo@2.0.0"
|
||||
"googlevideo": "jsr:@luanrt/googlevideo@^2.0.0",
|
||||
"jsr:@luanrt/jintr": "jsr:@luanrt/jintr@^3.2.1"
|
||||
},
|
||||
"unstable": [
|
||||
"cron",
|
||||
|
|
Reference in a new issue