-
-
Notifications
You must be signed in to change notification settings - Fork 170
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 688 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 688 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
{
"name": "cdk-pipeline-codu",
"version": "0.1.0",
"bin": {
"cdk-pipeline-codu": "bin/cdk-pipeline-codu.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk"
},
"devDependencies": {
"@types/jest": "^29.2.4",
"@types/node": "18.11.15",
"@types/react": "^18.2.5",
"aws-cdk": "^2.78.0",
"jest": "^29.3.1",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"dependencies": {
"aws-cdk-lib": "^2.78.0",
"axios": "^1.4.0",
"constructs": "^10.2.27",
"react": "^18.2.0",
"satori": "^0.8.1",
"sharp": "^0.32.1",
"source-map-support": "^0.5.21"
}
}