-
Notifications
You must be signed in to change notification settings - Fork 195
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 801 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 801 Bytes
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
{
"name": "consent-o-matic",
"version": "1.1.5",
"description": "A browser extension that tries to fill out GDPR consent popups for you",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cavi-au/Consent-O-Matic"
},
"scripts": {
"build-firefox": "webpack --env target=firefox",
"build-chromium": "webpack --env target=chromium",
"build-safari": "webpack --env target=safari",
"build": "webpack --env target=firefox && webpack --env target=chromium && webpack --env target=safari"
},
"dependencies": {
"copy-webpack-plugin": "^12.0.2",
"glob": "^10.3.12",
"html-minimizer-webpack-plugin": "^5.0.0",
"sass": "^1.77.0",
"sass-loader": "^16.0.5",
"webpack-cli": "^5.1.4",
"zip-webpack-plugin": "^4.0.1"
}
}