41 lines
985 B
JSON
41 lines
985 B
JSON
|
{
|
||
|
"name": "minpluto",
|
||
|
"version": "2024.03.24",
|
||
|
"description": "An open source frontend alternative to YouTube.",
|
||
|
"repository": "https://sudovanilla.com/MinPluto/MinPluto",
|
||
|
"author": "Korbs <korbs@sudovanilla.com>",
|
||
|
"license": "AGPL-3.0-or-later",
|
||
|
"bugs": {
|
||
|
"url": "https://sudovanilla.com/code/MinPluto/MinPluto/issues",
|
||
|
"email": "support@minpluto.org"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"type": "SudoVanilla",
|
||
|
"url": "https://sudovanilla.com/donate/"
|
||
|
}
|
||
|
],
|
||
|
"keywords": [
|
||
|
"privacy",
|
||
|
"frontend",
|
||
|
"proxy",
|
||
|
"ytdl",
|
||
|
"invidious"
|
||
|
],
|
||
|
"scripts": {
|
||
|
"start": "astro dev --port 1930 --host",
|
||
|
"translate": "astro-i18next generate"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@astrojs/node": "^8.2.1",
|
||
|
"@astrojs/vue": "^4.0.8",
|
||
|
"@iconoir/vue": "^7.4.0",
|
||
|
"astro": "^4.4.5",
|
||
|
"astro-i18next": "^1.0.0-beta.21",
|
||
|
"rss-to-json": "^2.1.1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@sudovanilla/zorn": "^2024.2.26-1",
|
||
|
"sass": "^1.71.1"
|
||
|
}
|
||
|
}
|