-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1002 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
43
44
45
{
"name": "strapi-provider-upload-aws-s3-with-rekognition",
"version": "2.0.1",
"description": "AWS S3 provider for strapi upload with rekognition. Adapted from strapi-provider-upload-aws-s3",
"homepage": "https://github.com/Ernesto385291/strapi-provider-upload-s3-rekognition",
"keywords": [
"upload",
"aws",
"s3",
"strapi",
"rekognition"
],
"directories": {
"lib": "./lib"
},
"main": "./lib",
"dependencies": {
"aws-sdk": "^2.946.0",
"lodash": "^4.17.21"
},
"strapi": {
"isProvider": true
},
"author": {
"email": "[email protected]",
"name": "Ernesto Vizcaíno"
},
"maintainers": [
{
"name": "Ernesto Vizcaíno",
"email": "[email protected]"
}
],
"engines": {
"node": ">=10.16.0 <=14.x.x",
"npm": ">=6.0.0"
},
"license": "SEE LICENSE IN LICENSE",
"scripts": {
"test": "echo \"no tests yet\""
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}