-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.14 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
43
44
45
46
47
48
49
50
{
"name": "aws-iam-role-deploy",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "vitest run --coverage",
"lint": "eslint",
"lint-fix": "eslint --fix"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@stylistic/eslint-plugin": "^5.10.0",
"@types/node": "^24.13.3",
"@vitest/coverage-v8": "^4.1.11",
"@vitest/eslint-plugin": "^1.6.27",
"aws-cdk": "^2.1138.0",
"eslint": "^10.9.0",
"eslint-import-resolver-typescript": "^4.4.5",
"eslint-plugin-awscdk": "^4.4.0",
"eslint-plugin-import-x": "^4.17.1",
"eslint-plugin-promise": "^7.3.0",
"jiti": "^2.7.0",
"tsx": "^4.23.12",
"typescript": "^6.0.3",
"typescript-eslint": "^8.67.0",
"vite": "^8.2.2",
"vitest": "^4.1.11"
},
"dependencies": {
"aws-cdk-lib": "^2.266.0",
"constructs": "^10.8.1"
},
"devEngines": {
"packageManager": {
"name": "pnpm",
"version": "~11.24.0",
"onFail": "download"
}
},
"engines": {
"runtime": {
"name": "node",
"version": "^24.20.0",
"onFail": "download"
}
}
}