49 lines
1.2 KiB
JSON
Executable file
49 lines
1.2 KiB
JSON
Executable file
{
|
|
"name": "minpluto",
|
|
"version": "24.09.07",
|
|
"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": {
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^3.1.5",
|
|
"@astrojs/node": "^8.3.3",
|
|
"@astrojs/vue": "^4.5.0",
|
|
"@iconoir/vue": "^7.8.0",
|
|
"@minpluto/polestar": "^0.0.54-1",
|
|
"@minpluto/zorn": "^0.4.51",
|
|
"@nurodev/astro-bun": "^1.1.5",
|
|
"@supabase/supabase-js": "^2.45.3",
|
|
"astro": "^4.15.4",
|
|
"astro-tooltips": "^0.6.2",
|
|
"sass": "^1.78.0"
|
|
}
|
|
}
|