forked from shorn/zinc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (33 loc) · 838 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
{
"name": "zinc-lambda",
"version": "1.0.0",
"description": "Lambdas for zinc",
"private": true,
"license": "MIT",
"scripts": {
"tsc": "tsc --noEmit --baseUrl src",
"watch": "tsc --watch --noEmit --baseUrl src"
},
"devDependencies": {
"@types/crypto-js": "4.1.1",
"jest": "27.5.1",
"ts-jest": "27.1.4",
"@types/jsonwebtoken": "8.5.8",
"@types/node": "14.18.12",
"@types/uuid": "8.3.4",
"@types/aws-lambda": "8.10.93"
},
"dependencies": {
"crypto-js": "4.1.1",
"json5": "2.2.1",
"zod": "3.15.1",
"node-fetch": "3.2.4",
"dynamodb-onetable": "2.3.6",
"Shared": "file:../../client/src/Shared",
"jsonwebtoken": "8.5.1",
"aws-jwt-verify": "3.1.0",
"@aws-sdk/client-dynamodb": "3.58.0",
"@aws-sdk/client-ssm": "3.58.0",
"uuid": "8.3.2"
}
}