1
Fork 0
This commit is contained in:
Korbs 2024-08-03 21:51:57 -04:00
parent ec6101d82c
commit 792498b755
504 changed files with 1811 additions and 12089 deletions

View file

@ -1,8 +1,8 @@
{
"name": "minpluto",
"version": "2024.08.02",
"description": "An open source frontend alternative to YouTube.",
"repository": "https://sudovanilla.org/MinPluto/MinPluto",
"version": "2024.08.03",
"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": {
@ -20,12 +20,16 @@
"frontend",
"proxy",
"ytdl",
"invidious"
"invidious",
"safetwitch",
"twitch",
"live",
"stream"
],
"scripts": {
"start": "astro dev --host",
"translate": "astro-i18next generate",
"build": "astro build"
"start": "astro dev --config ./source/astro.mjs --host",
"translate": "astro-i18next --config ./source/translate.mjs generate",
"build": "astro build --config ./source/astro.js"
},
"dependencies": {
"@astrojs/mdx": "^3.1.2",