-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 765 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 765 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
{
"name": "parallel-processing",
"version": "1.0.0",
"bin": {
"parallel-processing": "bin/parallel-processing.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk"
},
"devDependencies": {
"@types/jest": "^29.5.3",
"@types/node": "20.4.2",
"aws-cdk": "2.88.0",
"jest": "^29.6.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "~5.1.6"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.409.0",
"@aws-sdk/lib-dynamodb": "^3.409.0",
"@types/aws-lambda": "^8.10.119",
"@types/uuid": "^9.0.3",
"aws-cdk-lib": "2.88.0",
"aws-lambda": "^1.0.7",
"constructs": "^10.0.0",
"source-map-support": "^0.5.21",
"uuid": "^9.0.0"
}
}