-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 819 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-upload-aws-s3-imagemagick-assetmanager",
"version": "1.0.0",
"description": "AWS S3 provider for strapi upload",
"keywords": [
"upload",
"aws",
"s3",
"strapi"
],
"strapi": {
"isProvider": true
},
"author": {
"email": "justus@dreamink.de",
"name": "DreamInk Studio"
},
"repository": {
"type": "git",
"url": "git://github.com/DreamInk-Offical/strapi-upload-aws-s3-imageMagick-assetmanager.git"
},
"main": "./lib",
"directories": {
"lib": "./lib"
},
"scripts": {
"test": "echo \"no tests yet\""
},
"dependencies": {
"aws-sdk": "2.1188.0",
"stream": "0.0.2",
"path": "0.12.7",
"fs-extra": "10.1.0",
"imagemagick-cli": "0.5.0"
},
"engines": {
"node": ">=14.19.1 <=16.x.x",
"npm": ">=6.0.0"
}
}