forked from mayflower/telephone-game
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 803 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
{
"name": "cdk_telephone",
"version": "0.1.0",
"bin": {
"cdk_telephone": "bin/cdk_telephone.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk"
},
"devDependencies": {
"@aws-cdk/aws-lambda-python": "^1.202.0",
"@aws-lambda-powertools/tracer": "^1.8.0",
"@types/aws-lambda": "^8.10.115",
"@types/jest": "^29.5.1",
"@types/node": "20.1.7",
"aws-cdk": "2.81.0",
"aws-lambda": "^1.0.7",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "~5.0.4"
},
"dependencies": {
"@aws-cdk/aws-lambda-python-alpha": "^2.84.0-alpha.0",
"@aws-sdk/client-sqs": "^3.342.0",
"aws-cdk-lib": "^2.84.0",
"constructs": "^10.0.0",
"source-map-support": "^0.5.21"
}
}