-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 936 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
32
{
"name": "twitch-auto-points",
"version": "1.2.5",
"description": "Automatic twitch bonus point collection",
"main": "index.js",
"scripts": {
"start": "yarn run firefox",
"build": "webpack",
"firefox": "web-ext run",
"chrome": "web-ext run -t chromium",
"lint": "web-ext lint --source-dir dist",
"package": "yarn run build && web-ext build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Spring3/twitch-auto-points.git"
},
"keywords": [],
"author": "Daniyil Vasylenko (https://github.com/Spring3)",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/Spring3/twitch-auto-points/issues"
},
"homepage": "https://github.com/Spring3/twitch-auto-points#readme",
"devDependencies": {
"copy-webpack-plugin": "^9.0.0",
"web-ext": "^6.1.0",
"webextension-polyfill": "^0.8.0",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.0"
}
}