-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 848 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-ali-oss",
"version": "1.0.0",
"description": "A provider for strapi server to upload file to ali oss",
"homepage": "https://github.com/dravenww/provider-upload-ali-oss",
"directories": {
"lib": "./lib"
},
"main": "./lib",
"strapi": {
"isProvider": true
},
"keywords": [
"upload",
"ali oss",
"strapi"
],
"dependencies": {
"ali-oss": "^6.22.0"
},
"author": {
"email": "[email protected]",
"name": "dravenww",
"url": "https://github.com/dravenww"
},
"repository": {
"type": "git",
"url": "[email protected]:dravenww/provider-upload-ali-oss.git"
},
"bugs": {
"url": "https://github.com/dravenww/provider-upload-ali-oss/issues"
},
"engines": {
"node": ">= 14.0.0",
"npm": ">= 8.0.0"
},
"license": "MIT",
"private": false
}