2024-10-19 21:02:55 -03:00
|
|
|
{
|
|
|
|
"tasks": {
|
|
|
|
"dev": "deno run --allow-net --allow-env --allow-read --allow-sys=hostname --watch src/main.ts",
|
|
|
|
"compile": "deno compile --output invidious_companion --allow-net --allow-env --allow-sys=hostname --allow-read 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",
|
|
|
|
"youtubei.js": "npm:youtubei.js@10.5.0/web",
|
|
|
|
"jsdom": "https://esm.sh/jsdom@25.0.1",
|
|
|
|
"bgutils": "https://esm.sh/bgutils-js@3.0.0",
|
2024-10-20 18:55:06 -03:00
|
|
|
"@willsoto/node-konfig-core": "https://esm.sh/@willsoto/node-konfig-core@5.0.0",
|
|
|
|
"@willsoto/node-konfig-file": "https://esm.sh/@willsoto/node-konfig-file@3.0.0",
|
|
|
|
"@willsoto/node-konfig-toml-parser": "https://esm.sh/@willsoto/node-konfig-toml-parser@3.0.0",
|
2024-10-19 21:02:55 -03:00
|
|
|
"youtubePlayerReq": "./src/lib/helpers/youtubePlayerReq.ts"
|
|
|
|
},
|
|
|
|
"unstable": ["cron", "kv", "http"]
|
|
|
|
}
|