-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 854 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": "cdk-s3-thumbnail",
"version": "0.1.0",
"bin": {
"cdk-s3-thumbnail": "bin/cdk-s3-thumbnail.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk"
},
"devDependencies": {
"@aws-cdk/assert": "1.77.0",
"@types/aws-lambda": "^8.10.58",
"@types/jest": "^25.2.1",
"@types/mime": "^2.0.2",
"@types/node": "10.17.5",
"@types/sharp": "^0.25.0",
"aws-cdk": "1.77.0",
"jest": "^25.5.0",
"ts-jest": "^25.3.1",
"ts-node": "^8.1.0",
"typescript": "~3.7.2"
},
"dependencies": {
"@aws-cdk/aws-lambda-nodejs": "1.77.0",
"@aws-cdk/aws-s3": "1.77.0",
"@aws-cdk/aws-s3-notifications": "1.77.0",
"@aws-cdk/core": "1.77.0",
"aws-sdk": "^2.713.0",
"mime": "^2.4.6",
"sharp": "^0.25.4",
"source-map-support": "^0.5.16"
}
}