-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 966 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
41
42
43
44
45
{
"name": "umi-plugin-aliyunoss",
"version": "1.0.4",
"description": "Umi插件,支持打包文件上传到阿里云OSS,基于最新的Umi V4 开发。",
"main": "lib/index.js",
"browser": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "father build"
},
"files": [
"lib",
"dist",
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/hicoldcat/umi-plugin-aliyunoss.git"
},
"keywords": [
"umi",
"umijs",
"plugin",
"oss",
"aliyun",
"aliyunosss",
"cdn"
],
"author": "hicoldcat",
"license": "MIT",
"bugs": {
"url": "https://github.com/hicoldcat/umi-plugin-aliyunoss/issues"
},
"homepage": "https://github.com/hicoldcat/umi-plugin-aliyunoss#readme",
"peerDependencies": {
"umi": "^4.0.9"
},
"devDependencies": {
"@types/ali-oss": "^6.16.4",
"father": "^2.30.21"
},
"dependencies": {
"ali-oss": "^6.17.1"
}
}