-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.44 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "Zappr",
"description": "Guarda facilmente il digitale terrestre italiano, nazionale e locale. Tutto nel tuo browser, gratis e senza configurazione.",
"author": "Francesco Rosi <hi@francescoro.si> (https://francescoro.si)",
"homepage": "https://zappr.stream",
"repository": {
"type": "git",
"url": "https://github.com/ZapprTV/Zappr.git"
},
"bugs": {
"url": "https://github.com/ZapprTV/Zappr/issues",
"email": "zappr@francescoro.si"
},
"license": "GPL-3.0-or-later",
"funding": [
{
"type": "paypal",
"url": "https://paypal.me/FrancescoRosi27"
},
{
"type": "ko-fi",
"url": "https://ko-fi.com/FrancescoRosi"
}
],
"source": "/index.html",
"scripts": {
"build": "PARCEL_WORKER_BACKEND=process node build.mjs",
"dev": "serve"
},
"dependencies": {
"@fontsource/ibm-plex-mono": "^5.0.8",
"@zappr/plyr": "^3.7.8-final",
"dashjs": "^4.7.4",
"hls.js": "^1.5.18",
"mpegts.js": "^1.7.3"
},
"devDependencies": {
"@parcel/config-default": "^2.11.0",
"@parcel/core": "^2.11.0",
"@parcel/packager-raw-url": "2.13.3",
"@parcel/transformer-webmanifest": "2.13.3",
"isomorphic-git": "^1.25.2",
"parcel-reporter-static-files-copy": "^1.5.3",
"serve": "^14.2.4",
"svgo": "^3.3.2"
},
"staticFiles": [
{
"staticPath": ".well-known",
"staticOutPath": ".well-known"
},
{
"staticPath": "config.json"
}
]
}