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
31 lines (31 loc) · 809 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 809 Bytes
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
{
"name": "nhs-notify-templates-api-authorizer",
"version": "0.0.1",
"private": true,
"scripts": {
"test:unit": "jest",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@swc/core": "^1.10.1",
"@swc/jest": "^0.2.37",
"@tsconfig/node20": "^20.1.4",
"@types/aws-lambda": "^8.10.145",
"@types/jest": "^29.5.14",
"@types/jsonwebtoken": "^9.0.7",
"esbuild": "^0.24.0",
"jest": "^29.7.0",
"jest-mock-extended": "^3.0.7",
"typescript": "^5.5.4"
},
"dependencies": {
"@aws-sdk/client-cognito-identity-provider": "^3.772.0",
"jsonwebtoken": "^9.0.2",
"jwks-rsa": "^3.1.0",
"jwt-decode": "^4.0.0",
"nhs-notify-web-template-management-utils": "*",
"zod": "^3.23.8"
}
}