-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 927 Bytes
/
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
{
"name": "bypass-youtube-ads",
"version": "0.4.0",
"description": "Automatic reload youtube video page until ads disapear.",
"devDependencies": {
"husky": "^8.0.3",
"release-it": "^17.0.1"
},
"scripts": {
"zip": "rm -f bypass-youtube-ads.zip && cp -r src bypass-youtube-ads && zip -r bypass-youtube-ads.zip bypass-youtube-ads && rm -rf bypass-youtube-ads",
"test": "echo \"Error: no test specified\" && exit 1",
"release": "release-it --only-version",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/arthaud-proust-rd/bypass-youtube-ads.git"
},
"keywords": [
"youtube",
"ads",
"adblock"
],
"author": "Arthaud Proust",
"license": "ISC",
"bugs": {
"url": "https://github.com/arthaud-proust-rd/bypass-youtube-ads/issues"
},
"homepage": "https://github.com/arthaud-proust-rd/bypass-youtube-ads#readme"
}