-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.47 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
52
{
"name": "aws-platform",
"version": "0.1.0",
"bin": {
"aws-platform": "app/aws-platform.js"
},
"scripts": {
"build:check": "tsc --noEmit",
"test": "jest",
"lint:ci": "eslint . --ext .ts",
"prepare": "husky install"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.130",
"@types/jest": "^29.5.5",
"@types/node": "20.7.1",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"aws-cdk": "2.116.1",
"aws-cdk-lib": "2.116.1",
"cdk": "2.116.1",
"constructs": "^10.3.0",
"esbuild": "0.19.7",
"eslint": "^8.54.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-promise": "^6.1.1",
"husky": "8.0.3",
"jest": "^29.7.0",
"lint-staged": "15.1.0",
"prettier": "3.1.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"tslog": "^4.9.2",
"typescript": "~5.2.2"
},
"dependencies": {
"@aws-cdk/custom-resources": "^1.204.0",
"@aws-sdk/client-account": "^3.481.0",
"@aws-sdk/client-identitystore": "^3.481.0",
"@aws-sdk/client-organizations": "^3.481.0",
"@aws-sdk/client-sso-admin": "^3.481.0",
"@aws-sdk/client-sts": "^3.481.0",
"yaml": "^2.3.4",
"yup": "^1.3.3"
}
}