-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
42 lines (42 loc) · 918 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
41
42
{
"name": "strapi-provider-upload-aws-s3-resizing-and-optimisation",
"version": "3.2.7",
"description": "Strapi file upload to AWS S3, with resizing and optimisation images, generation webp images",
"directories": {
"lib": "./lib"
},
"keywords": [
"strapi",
"upload",
"aws",
"s3",
"webp",
"sharp",
"resize",
"optimize"
],
"main": "./lib",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Yegor Shtonda <[email protected]>",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/YegorShtonda/strapi-provider-upload-aws-s3-resizing-and-optimisation"
},
"strapi": {
"isProvider": true
},
"engines": {
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"dependencies": {
"aws-sdk": "^2.772.0",
"sharp": "^0.28.1"
},
"devDependencies": {
"eslint": "^6.0.1"
}
}