-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 854 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": "strapi-provider-upload-yandex-cloud",
"version": "2.0.5",
"description": "Yandex Cloud provider for Strapi upload plugin",
"homepage": "http://strapi.io",
"keywords": [
"upload",
"yandex cloud",
"object storage",
"strapi",
"provider"
],
"directories": {
"lib": "./lib"
},
"main": "./lib",
"dependencies": {
"aws-sdk": "2.1287.0",
"lodash": "4.17.21"
},
"strapi": {
"isProvider": true
},
"author": {
"email": "[email protected]",
"name": "Yana Moskvina"
},
"repository": {
"type": "git",
"url": "git://github.com/teinett/strapi-provider-upload-yandex-cloud.git"
},
"bugs": {
"url": "https://github.com/teinett/strapi-provider-upload-yandex-cloud/issues"
},
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}