-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
40 lines (40 loc) · 896 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
33
34
35
36
37
38
39
40
{
"name": "web-ext-plugin",
"version": "2.10.0",
"description": "A webpack plugin for web-ext",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"web",
"extensions",
"web extensions",
"web-ext",
"firefox",
"mozilla",
"webpack"
],
"repository": {
"type": "git",
"url": "git+https://github.com/hiikezoe/web-ext-webpack-plugin.git"
},
"author": "Hiroyuki Ikezoe",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/hiikezoe/web-ext-webpack-plugin/issues"
},
"homepage": "https://github.com/hiikezoe/web-ext-webpack-plugin#readme",
"dependencies": {
"web-ext": "^8.0.0"
},
"devDependencies": {
"@types/webpack": "^5.28.4"
},
"prettier": {
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true
}
}