-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.01 KB
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
{
"name": "infra",
"version": "0.1.0",
"bin": {
"infra": "bin/infra.js"
},
"type": "module",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "vitest run",
"clean": "tsc --build --clean",
"cdk": "cdk",
"lint": "eslint",
"lint-fix": "eslint --fix"
},
"devDependencies": {
"@eslint/compat": "^2.1.0",
"@eslint/js": "^10.0.1",
"@stylistic/eslint-plugin": "^5.10.0",
"@types/node": "^25.9.1",
"@vitest/coverage-v8": "^4.1.8",
"@vitest/eslint-plugin": "^1.6.19",
"aws-cdk": "^2.1125.0",
"eslint": "^10.4.1",
"eslint-import-resolver-typescript": "^4.4.5",
"eslint-plugin-awscdk": "^4.3.3",
"eslint-plugin-import-x": "^4.16.2",
"eslint-plugin-promise": "^7.3.0",
"jiti": "^2.7.0",
"tsx": "^4.22.4",
"typescript": "^6.0.3",
"typescript-eslint": "^8.60.1",
"vite": "^8.0.16",
"vitest": "^4.1.8"
},
"dependencies": {
"aws-cdk-lib": "^2.257.0",
"constructs": "^10.6.0"
},
"packageManager": "pnpm@11.3.0"
}