-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 922 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 922 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "@fynks/debrid-service-comparison",
"version": "2.0.1",
"description": "A concise comparison of pricing and supported hosts for popular debrid services including AllDebrid, Real-Debrid, LinkSnappy, Premiumize, Debrid-Link, TorBox, and Mega-Debrid.",
"main": "index.js",
"homepage": "https://debridcompare.pages.dev/",
"repository": {
"type": "git",
"url": "https://github.com/fynks/debrid-services-comparison"
},
"scripts": {
"dev": "vite",
"optimize-json": "scripts/json-optimizer.sh data/file-hosts.json src/json/file-hosts-optimized.json && scripts/json-optimizer.sh data/adult-hosts.json src/json/adult-hosts-optimized.json",
"build": "npm run optimize-json && vite build && workbox generateSW workbox-config.js",
"preview": "vite preview"
},
"author": "fynks",
"dependencies": {
"workbox-cli": "^7.4.1"
},
"devDependencies": {
"vite": "^8.2.1"
}
}