forked from aws-samples/aws-cdk-pipelines-eks-cluster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 861 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
{
"name": "@amzn/sample-aws-cdk-pipelines-eks-cluster",
"version": "0.1.0",
"bin": {
"aws-cdk-pipelines-eks-cluster": "bin/eks-pipeline.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk"
},
"license": "MIT-0",
"repository": "https://github.com/aws-samples/aws-cdk-pipelines-eks-cluster",
"devDependencies": {
"@aws-cdk/assert": "1.121.0",
"@types/jest": "^26.0.10",
"@types/node": "10.17.27",
"jest": "^26.4.2",
"ts-jest": "^26.2.0",
"aws-cdk": "1.121.0",
"ts-node": "^9.0.0",
"typescript": "~3.9.7"
},
"dependencies": {
"@aws-cdk/core": "1.121.0",
"@aws-cdk/aws-eks": "1.121.0",
"@aws-cdk/pipelines": "1.121.0",
"source-map-support": "^0.5.16",
"@types/js-yaml": "latest",
"js-yaml": "latest",
"sync-request": "latest"
}
}