2024-09-03 02:30:12 -04:00
{
"name" : "minpluto" ,
2024-09-07 03:34:02 -04:00
"version" : "24.09.07" ,
2024-09-03 02:30:12 -04:00
"description" : "An open source frontend alternative to YouTube and Twitch." ,
"repository" : "https://ark.sudovanilla.org/MinPluto/MinPluto" ,
"author" : "Korbs <korbs@sudovanilla.org>" ,
"license" : "AGPL-3.0-or-later" ,
"bugs" : {
"url" : "https://ark.sudovanilla.org/MinPluto/MinPluto/issues" ,
"email" : "support@minpluto.org"
} ,
"funding" : [
{
"type" : "SudoVanilla" ,
"url" : "https://liberapay.com/SudoVanilla/"
}
] ,
"keywords" : [
"privacy" ,
"frontend" ,
"downloader" ,
"ytdl" ,
"invidious" ,
"safetwitch" ,
"youtube" ,
"twitch" ,
"astro" ,
"proxy" ,
"anonymous"
] ,
"scripts" : {
2024-09-05 00:23:36 -04:00
"start" : "astro dev --config ./web/astro.mjs --host" ,
"translate" : "astro-i18next --config ./web/astro-i18next.config.mjs generate" ,
"build" : "astro build --config ./web/astro.mjs"
2024-09-03 02:30:12 -04:00
} ,
"dependencies" : {
"@astrojs/mdx" : "^3.1.5" ,
"@astrojs/node" : "^8.3.3" ,
"@astrojs/vue" : "^4.5.0" ,
"@iconoir/vue" : "^7.8.0" ,
2024-09-07 03:34:02 -04:00
"@minpluto/polestar" : "^0.0.54-1" ,
2024-09-03 02:30:12 -04:00
"@minpluto/zorn" : "^0.4.51" ,
"@nurodev/astro-bun" : "^1.1.5" ,
"@supabase/supabase-js" : "^2.45.3" ,
2024-09-07 03:34:02 -04:00
"astro" : "^4.15.4" ,
2024-09-03 02:30:12 -04:00
"astro-tooltips" : "^0.6.2" ,
2024-09-05 00:23:36 -04:00
"sass" : "^1.78.0"
2024-09-03 02:30:12 -04:00
}
}