forked from aws-samples/cdk-eks-fargate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 916 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
37
{
"name": "cdk-eks-fargate",
"version": "0.1.0",
"bin": {
"cdk-eks-fargate": "bin/cdk-eks-fargate.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk"
},
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/node": "10.17.60",
"@typescript-eslint/eslint-plugin": "^4.11.1",
"@typescript-eslint/parser": "^4.11.1",
"aws-cdk": "^2.31.1",
"eslint": "^7.16.0",
"eslint-config-prettier": "^8.0.0",
"eslint-config-typescript": "^3.0.0",
"eslint-plugin-header": "^3.1.0",
"eslint-plugin-prettier": "^3.3.0",
"jest": "^27.2.5",
"node-notifier": "^8.0.1",
"prettier": "^2.2.1",
"ts-jest": "^27.0.6",
"ts-node": "^8.1.0",
"typescript": "^4.0.2"
},
"dependencies": {
"aws-cdk-lib": "^2.31.1",
"cdk8s": "^2.3.53",
"cdk8s-plus-24": "^2.0.0-rc.50",
"constructs": "^10.1.44"
}
}