-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.8 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.8 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
62
{
"name": "serverless-tools",
"version": "0.0.0",
"scripts": {
"nx": "nx"
},
"private": true,
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "^3.929.0",
"@aws-sdk/client-dynamodb": "^3.929.0",
"@aws-sdk/client-eventbridge": "^3.929.0",
"@aws-sdk/client-rds-data": "^3.929.0",
"@aws-sdk/client-s3": "^3.929.0",
"@aws-sdk/client-ses": "^3.929.0",
"@aws-sdk/client-sesv2": "^3.971.0",
"@aws-sdk/lib-dynamodb": "^3.929.0",
"@aws-sdk/s3-request-presigner": "^3.929.0",
"@middy/core": "^6.4.5",
"@middy/do-not-wait-for-empty-event-loop": "^6.4.5",
"@middy/http-cors": "^6.4.5",
"@middy/http-json-body-parser": "^6.4.5",
"@middy/http-security-headers": "^6.4.5",
"@middy/util": "^6.4.5",
"@middy/validator": "^6.4.5",
"@smithy/smithy-client": "^2.5.1",
"ajv": "^8.17.1",
"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.0.3",
"@nx/eslint-plugin": "22.0.3",
"@nx/jest": "21.2.4",
"@nx/js": "22.0.3",
"@nx/rollup": "22.0.3",
"@nx/web": "22.0.3",
"@nx/workspace": "22.0.3",
"@smithy/types": "^4.9.0",
"@swc/cli": "0.7.9",
"@swc/core": "1.15.1",
"@swc/helpers": "0.5.17",
"@swc/jest": "0.2.39",
"@types/aws-lambda": "^8.10.119",
"@types/jest": "29.5.12",
"@types/node": "^22.19.1",
"@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",
"jest-environment-jsdom": "29.7.0",
"nx": "22.0.3",
"prettier": "^3.3.3",
"ts-jest": "29.4.5",
"ts-node": "~10.9.2",
"typescript": "5.9.3"
}
}