forked from aws-quickstart/cdk-eks-blueprints
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.23 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
{
"name": "@aws-quickstart/eks-blueprints",
"version": "0.1.4",
"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",
"cdk": "cdk",
"lint": "npx eslint . --ext .js,.jsx,.ts,.tsx"
},
"devDependencies": {
"@types/dot-object": "^2.1.2",
"@types/jest": "^27.0.3",
"@types/js-yaml": "^4.0.5",
"@types/node": "^16.11.13",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"aws-cdk": "2.20.0",
"copyfiles": "^2.4.1",
"eslint": "^8.4.1",
"jest": "^27.4.7",
"ts-jest": "^27.1.1",
"ts-node": "^10.4.0",
"typescript": "~4.5.4"
},
"dependencies": {
"@types/assert": "^1.5.6",
"@types/bcrypt": "^5.0.0",
"@types/lodash": "^4.14.180",
"aws-cdk-lib": "2.20.0",
"aws-sdk": "2.1069.0",
"bcrypt": "^5.0.1",
"dot-object": "^2.1.4",
"js-yaml": "4.1.0",
"lint": "^1.1.2",
"sync-request": "6.1.0",
"ts-deepmerge": "^1.1.0",
"yaml": "^1.10.2"
}
}