-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
36 lines (36 loc) · 919 Bytes
/
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
{
"name": "aws-saas-parallel-deployments",
"version": "0.1.0",
"bin": {
"aws-saas-parallel-deployments": "bin/app.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk"
},
"devDependencies": {
"@aws-cdk/assert": "^2.68.0",
"@types/jest": "^29.5.1",
"@types/node": "20.2.5",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"aws-cdk": "2.81.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "~5.0.4"
},
"dependencies": {
"@aws-sdk/client-cloudformation": "3.342.0",
"@aws-sdk/client-codepipeline": "3.342.0",
"@aws-sdk/client-dynamodb": "3.342.0",
"@aws-sdk/client-ec2": "3.342.0",
"aws-cdk-lib": "^2.81.0",
"cdk": "^2.72.1",
"constructs": "^10.2.38",
"source-map-support": "^0.5.21",
"vm2": "^3.9.19"
}
}