debrid-services-comparison/package.json
2025-09-29 09:29:27 +05:00

30 lines
No EOL
887 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "debrid-services-comparison",
"version": "1.1.0",
"description": "Communitymaintained, up-to-date comparison of leading debrid / multi-hoster services for pricing, host coverage, policies & tools etc.",
"private": true,
"homepage": "https://awesome-android-root.org",
"repository": {
"type": "git",
"url": "https://github.com/fynks/debrid-services-comparison.git"
},
"bugs": {
"url": "https://github.com/fynks/debrid-services-comparison/issues"
},
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "scripts/build-docs.sh && vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"devDependencies": {
"vitepress": "^1.6.4",
"terser": "^5.44.0"
},
"keywords": [
],
"author": {
"name": "debrid-services-comparison",
"url": "https://debridcompare.pages.dev"
},
"license": "MIT"
}