-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.32 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": "infra",
"version": "0.1.0",
"bin": "bin/deploy.js",
"scripts": {
"clean": "rm -rf cdk.out/ coverage/",
"nuke": "rm -f pnpm-lock.yaml && pnpm run reset",
"reset": "rm -rf node_modules/ && pnpm run clean"
},
"devDependencies": {
"@antfu/eslint-config": "^3.11.2",
"@types/aws-lambda": "^8.10.146",
"@types/jest": "^29.5.14",
"@types/js-yaml": "^4.0.9",
"@types/node": "22.10.1",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"aws-cdk": "2.171.1",
"cdk-dia": "^0.11.0",
"cdk-nag": "^2.34.11",
"esbuild": "^0.24.0",
"eslint": "^9.16.0",
"eslint-plugin-import": "^2.31.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "~5.7.2"
},
"dependencies": {
"@aws-sdk/client-organizations": "^3.699.0",
"@aws-sdk/client-s3": "^3.701.0",
"aws-cdk-lib": "2.171.1",
"aws-lambda": "^1.0.7",
"aws-sdk": "^2.1692.0",
"axios": "^1.7.8",
"cdk-iam-floyd": "^0.658.0",
"constructs": "^10.4.2",
"p6-cdk-namer": "^1.3.1",
"source-map-support": "^0.5.21",
"winston": "^3.17.0"
},
"packageManager": "pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387"
}