-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 889 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
31
{
"name": "auto-skip-youtube-ads",
"version": "1.0.0",
"description": "It's a chrome extension that skips the ads that appears in a youtube video.",
"scripts": {
"build": "webpack --mode=production",
"build-dev": "webpack",
"watch": "webpack -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Joel2B/Auto-Skip-Youtube-Ads.git"
},
"keywords": [
"youtube",
"ads"
],
"author": "Joel2B",
"license": "MIT",
"bugs": {
"url": "https://github.com/Joel2B/Auto-Skip-Youtube-Ads/issues"
},
"devDependencies": {
"babel-plugin-module-resolver": "^4.1.0",
"copy-webpack-plugin": "^9.1.0",
"filemanager-webpack-plugin": "^7.0.0",
"html-webpack-plugin": "^5.5.0",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
}
}