-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 889 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": "provider-upload-qiniu-cloud",
"version": "1.0.3",
"description": "A provider for strapi server to upload file to Qiniu Cloud",
"homepage": "https://github.com/yangfei4913438/provider-upload-qiniu-cloud",
"directories": {
"lib": "./lib"
},
"main": "./lib",
"strapi": {
"isProvider": true
},
"keywords": [
"upload",
"qiniu",
"strapi"
],
"dependencies": {
"qiniu": "^7.7.0"
},
"author": {
"email": "[email protected]",
"name": "WilliamYang",
"url": "https://github.com/yangfei4913438"
},
"repository": {
"type": "git",
"url": "[email protected]:yangfei4913438/provider-upload-qiniu-cloud.git"
},
"bugs": {
"url": "https://github.com/yangfei4913438/provider-upload-qiniu-cloud/issues"
},
"engines": {
"node": ">= 14.0.0",
"npm": ">= 8.0.0"
},
"license": "MIT",
"private": false
}