-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 858 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 858 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
{
"name": "aws-cdk-codebuild-assets-sample",
"version": "0.1.0",
"bin": {
"aws-cdk-codebuild-assets-sample": "bin/aws-cdk-codebuild-assets-sample.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.145",
"@types/jest": "^29.5.12",
"@types/jsonpath": "^0.2.4",
"@types/node": "22.5.4",
"aws-cdk": "2.162.1",
"iam-floyd": "^0.658.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "~5.6.2"
},
"dependencies": {
"@aws-sdk/client-codebuild": "^3.675.0",
"aws-cdk-lib": "2.162.1",
"aws-cloudformation-custom-resource": "^5.0.0",
"cdk-iam-floyd": "^0.658.0",
"constructs": "^10.0.0",
"jsonpath": "^1.1.1",
"source-map-support": "^0.5.21"
}
}