2021-08-04 19:24:10 +02:00

52 lines
1.0 KiB
JSON

{
"name": "@strapi/provider-upload-aws-s3",
"version": "3.6.6",
"description": "AWS S3 provider for strapi upload",
"homepage": "https://strapi.io",
"keywords": [
"upload",
"aws",
"s3",
"strapi"
],
"directories": {
"lib": "./lib"
},
"main": "./lib",
"dependencies": {
"aws-sdk": "2.892.0",
"lodash": "4.17.21"
},
"strapi": {
"isProvider": true
},
"author": {
"email": "hi@strapi.io",
"name": "Strapi team",
"url": "https://strapi.io"
},
"maintainers": [
{
"name": "Strapi team",
"email": "hi@strapi.io",
"url": "https://strapi.io"
}
],
"repository": {
"type": "git",
"url": "git://github.com/strapi/strapi.git"
},
"bugs": {
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">=12.x.x <=16.x.x",
"npm": ">=6.0.0"
},
"license": "SEE LICENSE IN LICENSE",
"scripts": {
"test": "echo \"no tests yet\""
},
"gitHead": "231263a3535658bab1e9492c6aaaed8692d62a53"
}