-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
39 lines (39 loc) · 1.25 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
{
"name": "netflix-marathon-pausable",
"version": "5.6.1",
"description": "A configurable script that automatically skips recaps, intros, credits, and ads, and clicks \"next episode\" prompts on Netflix, Amazon Prime Video, and Disney+. Customizable hotkey to pause/resume the auto-skipping functionality. Alt + N for settings.",
"main": "marathon.user.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aminomancer/Netflix-Marathon-Pausable.git"
},
"keywords": [
"userscript",
"netflix",
"greasemonkey",
"amazon",
"amazon-prime-video",
"disney+",
"disneyplus",
"disney-plus"
],
"author": "aminomancer",
"license": "CC-BY-NC-SA-4.0",
"bugs": {
"url": "https://github.com/aminomancer/Netflix-Marathon-Pausable/issues"
},
"homepage": "https://github.com/aminomancer/Netflix-Marathon-Pausable#readme",
"devDependencies": {
"@types/eslint-plugin-prettier": "^3.1.0",
"@types/prettier": "^2.7.1",
"eslint": "^8.7.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.5.1"
}
}