-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1014 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": "umi-plugin-chromium-extension",
"version": "1.0.3",
"homepage": "https://github.com/kukushouhou/umi-plugin-chromium-extension",
"description": "UmiJs v3 plugin: chromium extension development",
"authors": [
"kukushouhou <1@kukushouhou.com> (https://kukushouhou.com)"
],
"files": [
"lib",
"src"
],
"repository": {
"type": "git",
"url": "git://github.com/kukushouhou/umi-plugin-chromium-extension.git"
},
"bugs": {
"url": "https://github.com/kukushouhou/umi-plugin-chromium-extension/issues"
},
"license": "MIT",
"main": "lib/index.js",
"scripts": {
"build": "father-build",
"pub": "npm run build && npm publish",
"!!!unpub": "npm unpublish --force"
},
"peerDependencies": {
"umi": "3.x"
},
"dependencies": {
"html-webpack-plugin": "^4.5.2",
"webpack": "^4.46.0",
"webpack-cli": "^4.10.0"
},
"devDependencies": {
"@types/semver": "^7.5.6",
"@umijs/types": "^3.5.41",
"father-build": "^1.22.5"
}
}