generated from NHSDigital/nhs-notify-repository-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.56 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.56 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
{
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "^3.864.0",
"@aws-sdk/client-dynamodb": "^3.864.0",
"@aws-sdk/client-s3": "^3.864.0",
"@aws-sdk/client-ses": "^3.864.0",
"@aws-sdk/client-sqs": "^3.864.0",
"@aws-sdk/client-ssm": "^3.864.0",
"@aws-sdk/lib-dynamodb": "^3.864.0",
"@aws-sdk/util-dynamodb": "^3.864.0",
"csv-parse": "^5.6.0",
"html-entities": "^2.5.3",
"jsonwebtoken": "^9.0.2",
"nhs-notify-backend-client": "^0.0.1",
"nhs-notify-entity-update-command-builder": "^0.0.1",
"nhs-notify-web-template-management-utils": "^0.0.1",
"node-cache": "^5.1.2",
"parse-multipart-data": "^1.5.0",
"pdfjs-dist": "5.1.91",
"winston": "^3.17.0",
"zod": "^4.0.5"
},
"devDependencies": {
"@swc/core": "^1.11.13",
"@swc/jest": "^0.2.37",
"@tsconfig/node20": "^20.1.5",
"@types/aws-lambda": "^8.10.148",
"@types/jest": "^29.5.14",
"@types/jsonwebtoken": "^9.0.9",
"aws-sdk-client-mock": "^4.1.0",
"aws-sdk-client-mock-jest": "^4.1.0",
"esbuild": "^0.24.0",
"jest": "^29.7.0",
"jest-mock-extended": "^3.0.7",
"nhs-notify-web-template-management-test-helper-utils": "^0.0.1",
"ts-jest": "^29.3.0",
"tsx": "^4.19.3",
"typescript": "^5.8.2"
},
"name": "nhs-notify-backend-api",
"private": true,
"scripts": {
"lambda-build": "./build.sh",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test:unit": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" npx jest",
"typecheck": "tsc --noEmit"
},
"version": "0.0.1"
}