-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 991 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": "@iosonntag/sst",
"version": "0.0.1",
"type": "module",
"scripts": {
"test": "sst bind vitest",
"typecheck": "tsc -noEmit",
"build": "tsc --build tsconfig.json"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "^3.569.0",
"@aws-sdk/client-dynamodb": "^3.549.0",
"@aws-sdk/client-s3": "^3.606.0",
"@aws-sdk/client-sns": "^3.568.0",
"@aws-sdk/lib-storage": "^3.674.0",
"@aws-sdk/s3-request-presigner": "^3.606.0",
"@formatjs/intl-locale": "^4.0.0",
"aws-lambda": "^1.0.7",
"electrodb": "^2.14.0",
"i18next": "^23.10.1",
"jose": "^4.11.1",
"node-jose": "^2.2.0",
"uuid": "^9.0.1",
"zod": "^3.22.4",
"zod-i18n-map": "^2.27.0"
},
"devDependencies": {
"@aws-sdk/types": "^3.664.0",
"@tsconfig/node16": "^16.1.3",
"@types/aws-lambda": "^8.10.115",
"@types/node": "^20.8.3",
"@types/node-jose": "^1.1.10",
"@types/uuid": "^9.0.1",
"vitest": "^0.34.6"
}
}