47 lines
No EOL
1.1 KiB
JSON
47 lines
No EOL
1.1 KiB
JSON
{
|
|
"name": "minpluto",
|
|
"version": "2024.07.12",
|
|
"description": "An open source frontend alternative to YouTube.",
|
|
"repository": "https://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://sudovanilla.org/donate/"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"privacy",
|
|
"frontend",
|
|
"proxy",
|
|
"ytdl",
|
|
"invidious"
|
|
],
|
|
"scripts": {
|
|
"start": "astro dev --host",
|
|
"translate": "astro-i18next generate",
|
|
"build": "astro build"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^3.1.2",
|
|
"@astrojs/node": "^8.3.2",
|
|
"@astrojs/vue": "^4.5.0",
|
|
"@iconoir/vue": "^7.7.0",
|
|
"@openpanel/sdk": "^0.0.9-beta",
|
|
"astro": "^4.11.5",
|
|
"astro-analytics": "^2.7.0",
|
|
"astro-i18next": "^1.0.0-beta.21",
|
|
"astro-useragent": "^4.0.2",
|
|
"express": "^4.19.2",
|
|
"rss-to-json": "^2.1.1",
|
|
"undici": "^6.19.2"
|
|
},
|
|
"devDependencies": {
|
|
"sass": "^1.71.1"
|
|
}
|
|
} |