-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 987 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
{
"name": "umi-plugin-browser-extension",
"homepage": "https://github.com/kukushouhou/umi-plugin-browser-extension",
"description": "UmiJs v4 plugin: browser extension development",
"author": "Kukushouhou <1@kukushouhou.com>",
"version": "1.1.4",
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
"scripts": {
"dev": "father dev",
"build": "father build"
},
"keywords": [],
"authors": {
"name": "Kukushouhou <1@kukushouhou.com>",
"email": "1@kukushouhou.com"
},
"repository": {
"type": "git",
"url": "git://github.com/kukushouhou/umi-plugin-browser-extension.git"
},
"bugs": {
"url": "https://github.com/kukushouhou/umi-plugin-browser-extension/issues"
},
"license": "MIT",
"files": [
"dist"
],
"peerDependencies": {
"umi": "4.x"
},
"devDependencies": {
"@types/node": "^18.19.24",
"@umijs/utils": "^4.3.18",
"father": "^4.4.0",
"typescript": "^5.4.2",
"umi": "^4.3.18"
}
}