forked from aws-samples/cdk-eks-blueprints-patterns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.77 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
{
"name": "eks-blueprints-patterns",
"version": "1.2.0",
"main": "dist/lib/common/default-main.js",
"types": "dist/lib/common/default-main.d.ts",
"scripts": {
"build": "rm -rf dist && tsc --skipLibCheck",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk",
"nginx": "cdk --app \"npx ts-node bin/nginx.ts\"",
"lint": "npx eslint . --ext .js,.jsx,.ts,.tsx"
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@types/node": "^18.17.5",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"copyfiles": "^2.4.1",
"eslint": "^8.38.0",
"jest": "^29.6.2",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"dependencies": {
"@aws-quickstart/eks-blueprints": "^1.12.0",
"@datadog/datadog-eks-blueprints-addon": "^0.1.2",
"@dynatrace/dynatrace-eks-blueprints-addon": "^0.0.3",
"@claranet-ch/konveyor-eks-blueprint-addon": "^1.0.2",
"@kastenhq/kasten-eks-blueprints-addon": "^1.0.1",
"@keptn/keptn-controlplane-eks-blueprints-addon": "^0.5.0",
"@komodor/komodor-eks-blueprints-addon": "^1.2.0",
"@kubecost/kubecost-eks-blueprints-addon": "^0.1.8",
"@newrelic/newrelic-eks-blueprints-addon": "^1.0.9",
"@paralus/paralus-eks-blueprints-addon": "^0.1.5",
"@rafaysystems/rafay-eks-blueprints-addon": "^0.0.2",
"@snyk-partners/snyk-monitor-eks-blueprints-addon": "^1.1.0",
"aws-cdk": "2.99.1",
"@aws-sdk/client-eks": "^3.316.0",
"eks-blueprints-cdk-kubeflow-ext": "0.1.9",
"source-map-support": "^0.5.21",
"@instana/aws-eks-blueprint-addon": "^1.0.4",
"@granulate/gmaestro-eks-blueprints-addon": "^1.0.16"
},
"overrides": {
"@aws-quickstart/eks-blueprints": "^1.12.0",
"aws-cdk": "2.99.1",
"xml2js": "0.5.0"
}
}