forked from cdk-patterns/serverless
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 944 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
{
"name": "the-cloudwatch-dashboard",
"version": "0.1.0",
"bin": {
"the-cloudwatch-dashboard": "bin/the-cloudwatch-dashboard.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk",
"deploy": "cdk deploy '*' --require-approval 'never'"
},
"devDependencies": {
"@aws-cdk/assert": "1.83.0",
"@types/jest": "^26.0.20",
"@types/node": "14.14.20",
"jest": "^26.6.3",
"ts-jest": "^26.4.4",
"aws-cdk": "1.83.0",
"ts-node": "^9.1.1",
"typescript": "~4.1.3"
},
"dependencies": {
"@aws-cdk/aws-apigatewayv2": "1.83.0",
"@aws-cdk/aws-apigatewayv2-integrations": "1.83.0",
"@aws-cdk/aws-cloudwatch": "1.83.0",
"@aws-cdk/aws-cloudwatch-actions": "1.83.0",
"@aws-cdk/aws-dynamodb": "1.83.0",
"@aws-cdk/aws-lambda": "1.83.0",
"@aws-cdk/aws-sns": "1.83.0",
"@aws-cdk/core": "1.83.0",
"source-map-support": "^0.5.19"
}
}