-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.17 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
45
{
"name": "@aligent/cdk-constructs",
"version": "0.0.1",
"private": true,
"description": "A collection of CDK constructs",
"workspaces": {
"packages": [
"packages/*"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/aligent/aws-cdk-constructs.git"
},
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/aligent/aws-cdk-constructs/issues"
},
"homepage": "https://github.com/aligent/aws-cdk-constructs#readme",
"devDependencies": {
"@nx/esbuild": "20.0.11",
"@nx/eslint": "20.0.11",
"@nx/eslint-plugin": "20.0.11",
"@nx/jest": "20.0.11",
"@nx/js": "20.0.11",
"@nx/node": "20.0.11",
"@nx/workspace": "20.0.11",
"@swc-node/register": "^1.10.9",
"@swc/core": "^1.9.2",
"@types/node": "22.9.0",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"eslint": "^9.14.0",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"nx": "20.0.10",
"prettier": "^3.3.3",
"ts-jest": "^29.1.0",
"typescript": "^5.6.3"
},
"packageManager": "yarn@4.5.1",
"dependencies": {
"eslint-config-prettier": "^9.1.0"
}
}