-
Notifications
You must be signed in to change notification settings - Fork 67
/
package.json
109 lines (109 loc) · 4.13 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"repository": {
"type": "git",
"url": "https://github.com/EdenwareApps/Megacubo.git"
},
"bugs": {
"url": "https://github.com/EdenwareApps/Megacubo/issues"
},
"description": "A intuitive, multi-language and cross-platform IPTV player.",
"name": "megacubo",
"type": "module",
"author": {
"name": "megacubo.tv",
"email": "contact@megacubo.tv",
"url": "https://megacubo.tv"
},
"icon": "./default_icon.png",
"version": "17.5.5",
"dependencies": {
"@capacitor-community/keep-awake": "^5.0.1",
"@capacitor/android": "^6.1.2",
"@capacitor/app": "^6.0.1",
"@capacitor/core": "^6.1.2",
"@capacitor/keyboard": "^6.0.2",
"@capacitor/share": "^6.0.2",
"@eoscz/capacitor-plugin-native-file-downloader": "github:EdenwareApps/capacitor-plugin-native-file-downloader",
"adm-zip": "github:EdenwareApps/adm-zip",
"agentkeepalive": "^4.5.0",
"async": "^3.2.5",
"bl": "^6.0.12",
"bytenode": "github:EdenwareApps/bytenode",
"capacitor-nodejs": "https://github.com/EdenwareApps/Capacitor-NodeJS/releases/download/v1.0.0-beta.7/capacitor6-nodejs.tgz",
"check-disk-space": "^3.4.0",
"cordova-androidx-build": "^1.0.4",
"cordova-plugin-android-permissions": "^1.1.5",
"cordova-plugin-background-mode": "bitbucket:TheBosZ/cordova-plugin-run-in-background",
"cordova-plugin-device": "^2.1.0",
"create-desktop-shortcuts": "^1.11.0",
"cross-dirname": "^0.1.0",
"dashjs": "^4.7.4",
"dayjs": "^1.11.13",
"decode-entities": "^1.0.7",
"electron": "^9.1.1",
"env-paths": "^3.0.0",
"exec-finder": "^0.0.2",
"fast-json-clone": "^1.0.2",
"form-data": "^4.0.0",
"formidable": "^3.5.1",
"get-folder-size": "^4.0.0",
"hls.js": "^1.5.16",
"http-cookie-agent": "^6.0.3",
"iconv-lite": "^0.6.3",
"ionic-plugin-deeplinks": "^1.0.24",
"jexidb": "^1.0.2",
"m3u8-parser": "^7.1.0",
"mpegts.js": "github:xqq/mpegts.js",
"node-cleanup": "^2.1.2",
"opensubtitles.com": "^1.1.0",
"p-queue": "^8.0.1",
"png-to-ico": "^2.1.8",
"range-parser": "^1.2.1",
"sanitize-filename": "^1.6.3",
"stoppable": "^1.1.0",
"swipey.js": "^1.0.3",
"tough-cookie": "^4.1.3",
"tv.megacubo.ffmpeg": "github:EdenwareApps/tv.megacubo.ffmpeg",
"tv.megacubo.pip": "github:EdenwareApps/tv.megacubo.pip",
"tv.megacubo.player": "github:EdenwareApps/tv.megacubo.player",
"xmltv-stream": "^0.4.2",
"ytdl-core": "^4.11.5",
"ytsr": "^3.8.4"
},
"devDependencies": {
"@babel/plugin-syntax-import-attributes": "^7.25.6",
"@babel/preset-env": "^7.25.4",
"@capacitor/assets": "^3.0.5",
"@capacitor/cli": "^6.1.2",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-terser": "^0.4.4",
"babel-plugin-transform-modules-iife": "^1.0.0",
"postcss": "^8.4.43",
"rimraf": "^5.0.10",
"rollup": "^4.21.2",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-import-css": "^3.5.1",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-svelte": "^7.2.2",
"shx": "^0.3.4",
"svelte-preprocess": "^5.1.4"
},
"bin": {
"megacubo": "./bin.js"
},
"scripts": {
"start": "node bin.js",
"start:capacitor": "cap serve",
"debug": "node bin.js debug",
"assets": "npx @capacitor/assets generate --android --iconBackgroundColor #4E2F8F --iconBackgroundColorDark #4E2F8F --splashBackgroundColor #200040 --splashBackgroundColorDark #200040",
"cap": "node configure.mjs && cap sync",
"capacitor:sync:after": "shx rm -rf android/app/src/main/assets/public/nodejs/node_modules/levelup/node_modules/semver/semver*.js.gz && shx rm -rf android/app/src/main/assets/public/nodejs/modules && shx rm -rf android/app/src/main/assets/public/nodejs/node_modules && shx rm -rf android/app/src/main/assets/public/nodejs/renderer/src && shx rm -f android/app/src/main/assets/public/nodejs/dist/windows.vbs",
"prepare": "node prepare.mjs",
"build": "node build.mjs",
"build:electron": "electron-packager ./www/nodejs"
}
}