-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.05 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.05 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
{
"name": "@doceight/xa-cdk",
"version": "1.1.0",
"description": "CDK constructs for facilitating cross-account resource access",
"repository": {
"type": "git",
"url": "git+https://github.com/DocEight/xa-cdk.git"
},
"license": "MIT",
"keywords": [
"aws",
"cdk",
"s3",
"kms",
"cloudfront",
"cross-account"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc && cp -r lambda-code dist/",
"watch": "tsc -w",
"test": "jest",
"prepare": "husky install"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "22.7.9",
"aws-cdk-lib": "2.215.0",
"constructs": "^10.0.0",
"husky": "^8.0.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "~5.6.3"
},
"peerDependencies": {
"aws-cdk-lib": "2.215.0",
"constructs": "^10.0.0"
},
"files": [
"dist"
],
"homepage": "https://github.com/DocEight/xa-cdk#readme",
"bugs": {
"url": "https://github.com/DocEight/xa-cdk/issues"
},
"author": "doceight"
}