-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.79 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.79 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "serverless-tools",
"version": "0.0.0",
"scripts": {
"nx": "nx"
},
"private": true,
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "^3.1038.0",
"@aws-sdk/client-dynamodb": "^3.1038.0",
"@aws-sdk/client-eventbridge": "^3.1038.0",
"@aws-sdk/client-rds-data": "^3.1038.0",
"@aws-sdk/client-s3": "^3.1038.0",
"@aws-sdk/client-ses": "^3.1038.0",
"@aws-sdk/client-sesv2": "^3.1038.0",
"@aws-sdk/lib-dynamodb": "^3.1038.0",
"@aws-sdk/s3-request-presigner": "^3.1038.0",
"@middy/core": "~7.3.1",
"@middy/do-not-wait-for-empty-event-loop": "~7.3.1",
"@middy/http-cors": "~7.3.1",
"@middy/http-json-body-parser": "~7.3.1",
"@middy/http-security-headers": "~7.3.1",
"@middy/util": "~7.3.1",
"@middy/validator": "~7.3.1",
"@smithy/smithy-client": "^2.5.1",
"ajv": "^8.18.0",
"ajv-formats": "^3.0.1",
"algoliasearch": "^5.45.0",
"json-schema-to-ts": "^3.1.1",
"mongodb": "^6.21.0",
"tslib": "^2.7.0"
},
"devDependencies": {
"@nx/eslint": "^22.6.5",
"@nx/eslint-plugin": "^22.6.5",
"@nx/jest": "^22.6.5",
"@nx/js": "^22.6.5",
"@nx/rollup": "^22.6.5",
"@nx/web": "^22.6.5",
"@nx/workspace": "^22.6.5",
"@smithy/types": "^4.9.0",
"@swc/cli": "^0.8.1",
"@swc/core": "^1.15.30",
"@swc/helpers": "^0.5.21",
"@swc/jest": "^0.2.39",
"@types/aws-lambda": "^8.10.119",
"@types/jest": "29.5.12",
"@types/node": "^24.12.2",
"@typescript-eslint/eslint-plugin": "8.46.4",
"@typescript-eslint/parser": "8.46.4",
"aws4": "^1.13.2",
"eslint": "9.39.1",
"eslint-config-prettier": "10.1.8",
"jest": "29.7.0",
"nx": "^22.6.5",
"prettier": "^3.3.3",
"ts-jest": "29.4.5",
"ts-node": "~10.9.2",
"typescript": "5.9.3"
}
}