-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 980 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 980 Bytes
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
{
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"check-licenses": "node_modules/.bin/license-checker --failOn GPL --failOn LGPL",
"lint": "echo \"Error: no linting specified\""
},
"workspaces": [
"packages/cdkConstructs",
"packages/deploymentUtils"
],
"keywords": [],
"license": "MIT",
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/node": "^25.4.0",
"@typescript-eslint/eslint-plugin": "^8.57.0",
"@typescript-eslint/parser": "^8.54.0",
"@vitest/coverage-v8": "^4.0.18",
"eslint": "^10.0.3",
"eslint-plugin-import-newlines": "^2.0.0",
"globals": "^17.4.0",
"jest": "^30.2.0",
"jest-junit": "^16.0.0",
"ts-jest": "^29.4.6",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"vitest": "^4.0.13"
},
"dependencies": {
"aws-cdk": "^2.1110.0",
"aws-cdk-lib": "^2.241.0",
"cdk-nag": "^2.37.52",
"constructs": "^10.5.1",
"esbuild": "^0.27.3"
}
}