-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 727 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 727 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
28
29
30
31
{
"name": "cloudfront-image-proxy",
"version": "0.1.0",
"bin": {
"cloudfront-image-proxy": "bin/cloudfront-image-proxy.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk"
},
"devDependencies": {
"@aws-cdk/assert": "1.46.0",
"@types/jest": "^25.2.1",
"@types/node": "10.17.5",
"aws-cdk": "1.46.0",
"jest": "^25.5.0",
"ts-jest": "^25.3.1",
"ts-node": "^8.1.0",
"typescript": "~3.7.2"
},
"dependencies": {
"@aws-cdk/aws-cloudfront": "^1.46.0",
"@aws-cdk/aws-iam": "^1.46.0",
"@aws-cdk/aws-lambda": "^1.46.0",
"@aws-cdk/aws-s3": "^1.46.0",
"@aws-cdk/core": "1.46.0",
"source-map-support": "^0.5.16"
}
}