forked from aws-quickstart/cdk-eks-blueprints
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.5 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": "@aws-quickstart/eks-blueprints",
"version": "1.3.0",
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -rf dist && tsc",
"watch": "tsc -w",
"test": "jest --verbose --detectOpenHandles",
"cdk": "cdk",
"lint": "npx eslint . --ext .js,.jsx,.ts,.tsx"
},
"devDependencies": {
"@types/dot-object": "^2.1.2",
"@types/jest": "^29.0.3",
"@types/js-yaml": "^4.0.5",
"@types/node": "^16.11.7",
"@types/semver": "^7.3.12",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"aws-cdk": "2.43.0",
"copyfiles": "^2.4.1",
"eslint": "^8.20.0",
"jest": "^29.0.3",
"json-schema-to-typescript": "^11.0.1",
"ts-jest": "^29.0.1",
"ts-node": "^10.9.1",
"typedoc": "^0.23.8",
"typescript": "~4.8.3"
},
"dependencies": {
"@types/assert": "^1.5.6",
"@types/bcrypt": "^5.0.0",
"@types/lodash.clonedeep": "^4.5.7",
"aws-cdk-lib": "2.43.0",
"aws-sdk": "2.1221.0",
"bcrypt": "^5.0.1",
"dot-object": "^2.1.4",
"js-yaml": "4.1.0",
"lint": "^1.1.2",
"lodash": "4.17.21",
"semver": "^7.3.7",
"sync-request": "6.1.0",
"ts-deepmerge": "^4.0.0",
"ts-md5": "^1.2.11",
"tslog": "^3.3.4",
"yaml": "^2.1.1",
"zod": "^3.19.1"
}
}