This repository was archived by the owner on Mar 21, 2026. It is now read-only.
forked from Dreamlinerm/Netflix-Prime-Auto-Skip
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
105 lines (105 loc) · 4.07 KB
/
package.json
File metadata and controls
105 lines (105 loc) · 4.07 KB
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
{
"displayName": "Streaming enhanced Netflix Disney Prime Video",
"description": "Skip ads, intros, credits and add adjust speed, etc. on Netflix, Prime video, Disney+, Crunchyroll and HBO max.",
"name": "streaming-enhanced",
"version": "1.1.94",
"scripts": {
"web-ext": "web-ext run",
"firefox": "web-ext run --keep-profile-changes --firefox-profile=test2",
"chrome": "web-ext run --source-dir dist/chrome/ -t chromium",
"start-android": "adb devices && web-ext run -t firefox-android --firefox-apk org.mozilla.firefox --adb-device 38091FDJH002WH",
"build": "npm run build:chrome && npm run build:firefox && tsx scripts/zip.ts",
"build:chrome": "cross-env SOURCE_DATE_EPOCH=1234567890 NODE_ENV=production vite build -c vite.chrome.config.ts",
"build:firefox": "cross-env SOURCE_DATE_EPOCH=1234567890 NODE_ENV=production vite build -c vite.firefox.config.ts",
"dev": "concurrently \"npm run dev:chrome\" \"npm run dev:firefox\"",
"dev:chrome": "cross-env NODE_ENV=development vite build --mode development --watch -c vite.chrome.config.ts",
"dev:firefox": "cross-env NODE_ENV=development vite build --mode development --watch -c vite.firefox.config.ts",
"format": "prettier --write .",
"lint": "eslint . --fix --cache",
"lint:manifest": "web-ext lint",
"test": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage",
"typecheck": "vue-tsc --noEmit",
"transGoogle": "jsontt .translation/deepl.EN.json -m google2 -n google2 -fb yes -cl 3 -f en -t de fr es pt it ja pl sv zh-CN ko tr",
"deepl": "jsontt .translation/deepl.EN.json -m deepl -n deepl -fb yes -cl 3 -f EN -t DE ES FR IT JA KO PL PT SV TR ZH",
"transDeepL": "tsx scripts/deepl.ts",
"hours": "git hours -since 2018-02-01 -before today -author marvinkrebber@yahoo.de > authorHours.json && tsx scripts/hourstxtToJSON.ts",
"copyDocsFtoC": "tsx scripts/copyDocsFtoC.ts",
"tstv": "cd android-app/content-script && tsc amazon.ts --outDir ../app/src/main/assets && tsc disney.ts --outDir ../app/src/main/assets && tsc shared-functions.ts --outDir ../app/src/main/assets",
"connectTv": "adb connect 192.168.178.29"
},
"dependencies": {
"@ckpack/vue-color": "^1.6.0",
"@tailwindcss/vite": "^4.1.11",
"marked": "^17.0.4",
"pinia": "^3.0.2",
"vue": "^3.5.14",
"vue-i18n": "^11.1.10",
"vue-router": "^5.0.3",
"webextension-polyfill": "^0.12.0"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.3.0",
"@eslint/compat": "^2.0.3",
"@eslint/js": "^10.0.1",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/ph": "^1.2.2",
"@intlify/unplugin-vue-i18n": "^11.0.7",
"@parvineyvazov/json-translator": "^4.1.0",
"@types/eslint": "^9.6.1",
"@types/node": "^25.4.0",
"@types/webextension-polyfill": "^0.12.3",
"@vitejs/plugin-vue": "^6.0.1",
"@vitest/coverage-v8": "4.0.18",
"@vitest/ui": "^4.0.18",
"@vue/compiler-sfc": "^3.5.14",
"@vueuse/core": "^14.2.1",
"archiver": "^7.0.1",
"chalk": "^5.4.1",
"chrome-types": "^0.1.350",
"concurrently": "^9.1.2",
"cross-env": "^10.0.0",
"daisyui": "^5.0.50",
"dotenv": "^17.2.1",
"eslint": "^10.0.3",
"eslint-plugin-vue": "^10.8.0",
"globals": "^17.4.0",
"jsdom": "^28.0.0",
"prettier": "^3.5.3",
"tailwindcss": "^4.1.11",
"terser": "^5.39.2",
"tsx": "^4.19.4",
"typescript": "^5.8.3",
"typescript-eslint": "^8.57.0",
"unplugin-auto-import": "^21.0.0",
"unplugin-icons": "^23.0.1",
"unplugin-vue-components": "^31.0.0",
"vite": "^7.0.8",
"vite-plugin-html": "^3.2.2",
"vite-plugin-vue-devtools": "^8.0.0",
"vite-plugin-zip-pack": "^1.2.4",
"vitest": "^4.0.18",
"vue-tsc": "^3.0.5",
"web-ext": "^10.0.0",
"webext-bridge": "^6.0.1"
},
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/Dreamlinerm/Netflix-Prime-Auto-Skip.git"
},
"type": "module",
"optionalDependencies": {
"win-node-env": "^0.6.1"
},
"author": "Marvin Krebber",
"license": "weaklyProtective",
"bugs": {
"url": "https://github.com/Dreamlinerm/Netflix-Prime-Auto-Skip/issues"
},
"homepage": "https://github.com/Dreamlinerm/Netflix-Prime-Auto-Skip#readme",
"webExt": {
"sourceDir": "dist/firefox"
}
}