-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.47 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "kafkajs-canary-app-infrastructure",
"version": "0.1.0",
"bin": {
"infrastructure": "bin/kafkajs-canary.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk",
"synth": "npm run cdk -- synth",
"diff": "npm run cdk -- diff",
"deploy": "npm run cdk -- deploy",
"lint": "eslint '*/**/*.ts'",
"format": "prettier --write '*/**/*.ts'"
},
"devDependencies": {
"@aws-cdk/assert": "1.62.0",
"@aws-cdk/aws-logs": "^1.62.0",
"@aws-cdk/aws-ssm": "^1.62.0",
"@types/command-exists": "^1.2.0",
"@types/jest": "^26.0.4",
"@types/node": "^10.17.27",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
"aws-cdk": "1.62.0",
"cdk": "^1.62.0",
"command-exists": "^1.2.9",
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"jest": "^26.0.4",
"prettier": "^2.0.5",
"ts-jest": "^26.1.3",
"ts-node": "^8.1.0",
"typescript": "~3.9.6"
},
"dependencies": {
"@aws-cdk/aws-cloudwatch": "^1.62.0",
"@aws-cdk/aws-cloudwatch-actions": "^1.62.0",
"@aws-cdk/aws-ec2": "^1.62.0",
"@aws-cdk/aws-ecr": "^1.62.0",
"@aws-cdk/aws-ecs": "^1.62.0",
"@aws-cdk/aws-iam": "^1.62.0",
"@aws-cdk/aws-lambda": "^1.62.0",
"@aws-cdk/aws-sns": "^1.62.0",
"@aws-cdk/aws-sns-subscriptions": "^1.62.0",
"@aws-cdk/core": "1.62.0",
"source-map-support": "^0.5.16"
}
}