-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·44 lines (44 loc) · 1.28 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
{
"name": "osml-cdk-constructs",
"version": "2.0.8",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/aws-solutions-library-samples/osml-cdk-constructs.git"
},
"main": "dist/lib/index.js",
"types": "dist/types/lib/index.d.ts",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"lint": "pre-commit run --all-files"
},
"devDependencies": {
"@cdklabs/cdk-enterprise-iac": "^0.0.526",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.10",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"@typescript-eslint/parser": "^8.21.0",
"aws-cdk": "^2.177.0",
"aws-cdk-lib": "^2.176.0",
"cdk-nag": "^2.35.0",
"constructs": "^10.4.2",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"jest": "^29.7.0",
"lint-staged": "^15.2.7",
"prettier": "^3.4.2",
"ts-jest": "^29.2.5",
"typedoc": "^0.27.6",
"typedoc-material-theme": "^1.1.0",
"typedoc-theme-hierarchy": "^5.0.3",
"typescript": "^5.7.3"
}
}