-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 807 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 807 Bytes
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
{
"name": "aws-lambda",
"version": "1.0.0",
"description": "hibernateRestEc2Instance",
"author": "SAM CLI",
"license": "MIT",
"type": "module",
"dependencies": {
"@aws-sdk/client-ec2": "^3.387.0",
"@aws-sdk/client-kms": "^3.387.0",
"@aws-sdk/client-lambda": "^3.388.0",
"@aws-sdk/client-s3": "^3.388.0",
"copy-dir": "^1.3.0",
"develma-common": "file::node_modules/develma-common",
"dotenv": "^16.3.1",
"install": "^0.13.0",
"ioredis": "^5.3.2",
"minecraft-status": "^1.1.0",
"ssh2": "^1.14.0",
"uuid": "^9.0.0"
},
"scripts": {
"buildLayer": "npm run copyCommonUtil && node buildLayer.mjs",
"copyCommonUtil": "node copyCommonUtil.mjs",
"hibernateRestEc2Instance": "cd src/scripts/hibernateRestEc2Instance && node index.mjs"
}
}