-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.12 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.12 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
{
"name": "@aligent/cdk-domain-hosting",
"version": "1.0.6",
"main": "index.js",
"license": "MIT",
"homepage": "https://github.com/aligent/cdk-constructs/tree/main/packages/constructs/domain-hosting#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/aligent/cdk-constructs.git"
},
"types": "index.d.ts",
"scripts": {
"build": "tsc",
"test": "npx nx test domain-hosting",
"lint": "npx nx lint domain-hosting"
},
"devDependencies": {
"@aligent/cdk-esbuild": "^2.5.8",
"@types/aws-lambda": "^8.10.161",
"@types/jest": "^29.5.10",
"@types/node": "^20.19.39",
"aws-cdk": "^2.1120.0",
"aws-cdk-lib": "^2.252.0",
"aws-sdk-client-mock": "^3.0.0",
"constructs": "^10.5.0",
"jest": "^29.7.0",
"ts-jest": "^29.4.9",
"ts-node": "^10.9.1",
"typescript": "^5.3.2"
},
"dependencies": {
"source-map-support": "^0.5.21"
},
"peerDependencies": {
"aws-cdk-lib": "^2.120.0",
"constructs": "^10.0.0"
},
"peerDependenciesMeta": {
"aws-cdk-lib": {
"optional": false
},
"constructs": {
"optional": false
}
}
}