forked from austencm/youtube-auto-like
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.33 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
{
"name": "youtube-auto-like",
"description": "Never forget to like a video again.",
"version": "2.7.4",
"homepage": "https://github.com/austencm/youtube-auto-like",
"author": "Austen Morgan <heyausten@gmail.com> (https://github.com/austencm)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/austencm/youtube-auto-like.git"
},
"bugs": "https://github.com/austencm/youtube-auto-like/issues",
"keywords": [
"addon",
"auto",
"automatic",
"browser",
"chrome",
"firefox",
"extension",
"like",
"plugin",
"youtube",
"video"
],
"contributors": [
"Taknok (https://github.com/Taknok)",
"JKetelaar (https://github.com/JKetelaar)",
"Szmyk (https://github.com/Szmyk)",
"moweME (https://github.com/moweME)",
"mariovalney (https://github.com/mariovalney)",
"Borian23 (https://github.com/Borian23)",
"UtkuGARIP (https://github.com/UtkuGARIP)"
],
"scripts": {
"postinstall": "npm run build",
"start": "NODE_ENV=development webpack",
"build": "NODE_ENV=production webpack"
},
"devDependencies": {
"clean-webpack-plugin": "*",
"copy-webpack-plugin": "^7.0.0",
"webpack": "^5.37.1",
"webpack-run-chrome-extension": "^0.6.0",
"zip-webpack-plugin": "^4.0.1"
},
"dependencies": {
"bowser": "^2.11.0"
}
}