-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 950 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
{
"name": "mmm-s3photos",
"version": "1.6.2",
"description": "MagicMirror module for displaying photos from AWS S3",
"repository": {
"type": "git",
"url": "git+https://github.com/uphillcheddar/MMM-S3Photos.git"
},
"homepage": "https://github.com/uphillcheddar/MMM-S3Photos#readme",
"keywords": [
"MagicMirror",
"S3",
"photos"
],
"main": "MMM-S3Photos.js",
"scripts": {
"setup": "node setup.js",
"deploy": "cdk deploy",
"destroy": "cdk destroy",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@aws-sdk/client-cloudformation": "^3.0.0",
"@aws-sdk/client-lambda": "^3.0.0",
"@aws-sdk/client-s3": "^3.0.0",
"@aws-sdk/client-iam": "^3.0.0",
"aws-cdk": "^2.0.0",
"aws-cdk-lib": "^2.0.0",
"constructs": "^10.0.0",
"dotenv": "^16.0.0",
"inquirer": "^8.2.4",
"uuid": "^9.0.0"
},
"author": "Uphillcheddar",
"license": "MIT"
}