-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 874 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 874 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
32
33
34
35
36
{
"name": "image-cache",
"version": "0.1.0",
"bin": {
"image-cache": "bin/image-cache.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk",
"go": "npm run build; cdk deploy; tput bel"
},
"devDependencies": {
"@aws-cdk/assert": "1.126.0",
"@types/jest": "^27.0.2",
"@types/node": "10.17.27",
"aws-cdk": "^1.126.0",
"axios": "^0.22.0",
"dotenv": "^10.0.0",
"gm": "^1.23.1",
"jest": "^27.2.4",
"ts-jest": "^26.2.0",
"ts-node": "^9.0.0",
"typescript": "~3.9.7"
},
"dependencies": {
"@aws-cdk/aws-apigateway": "^1.126.0",
"@aws-cdk/aws-dynamodb": "^1.126.0",
"@aws-cdk/aws-lambda": "^1.126.0",
"@aws-cdk/aws-sns": "1.126.0",
"@aws-cdk/aws-sns-subscriptions": "1.126.0",
"@aws-cdk/aws-sqs": "1.126.0",
"@aws-cdk/core": "1.126.0"
}
}