strapi-provider-upload-exo
Version:
Strapi v4 Exoscale (S3 compatible) upload provider
42 lines (41 loc) • 904 B
JSON
{
"name": "strapi-provider-upload-exo",
"version": "2.0.3",
"description": "Strapi v4 Exoscale (S3 compatible) upload provider",
"homepage": "https://strapi.io",
"keywords": [
"upload",
"s3",
"strapi",
"exoscale"
],
"directories": {
"lib": "./lib"
},
"main": "./lib",
"dependencies": {
"aws-sdk": "^2.839.0"
},
"devDependencies": {
"eslint": "^7.19.0"
},
"strapi": {
"isProvider": true
},
"author": "Ray Lenzin <hey@raylenzin.com> (https://raylenzin.com)",
"repository": {
"type": "git",
"url": "git://github.com/raylenzin/strapi-provider-upload-exo"
},
"bugs": {
"url": "https://github.com/raylenzin/strapi-provider-upload-exo/issues"
},
"engines": {
"node": ">=12.0.0 <=18.x.x",
"npm": ">=6.0.0 <=8.x.x"
},
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}