generated from amazon-archives/__template_MIT-0
-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 811 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 811 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
{
"name": "amazon_connect_tasks_cloud_formation_template",
"version": "0.1.0",
"bin": {
"amazon_connect_tasks_cloud_formation_template": "bin/amazon_connect_tasks_cloud_formation_template.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk"
},
"devDependencies": {
"@aws-cdk/assert": "1.167.0",
"@types/jest": "^27.4.1",
"@types/node": "10.17.27",
"aws-cdk": "1.167.0",
"jest": "^27.5.1",
"ts-jest": "^27.1.5",
"ts-node": "^9.1.1",
"typescript": "^3.9.9"
},
"dependencies": {
"@aws-cdk/aws-iam": "1.167.0",
"@aws-cdk/aws-lambda": "1.167.0",
"@aws-cdk/core": "1.167.0",
"source-map-support": "^0.5.16"
}
}