-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.05 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.05 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
{
"dependencies": {
"@aws-sdk/client-athena": "^3.900.0",
"@aws-sdk/client-cloudwatch-logs": "^3.900.0",
"@aws-sdk/client-dynamodb": "^3.900.0",
"@aws-sdk/client-firehose": "^3.900.0",
"@aws-sdk/client-lambda": "^3.900.0",
"@aws-sdk/client-s3": "^3.900.0",
"@aws-sdk/client-sqs": "^3.900.0",
"@aws-sdk/lib-dynamodb": "^3.900.0",
"@aws-sdk/util-dynamodb": "^3.933.0",
"@faker-js/faker": "^9.6.0",
"@nhsdigital/nhs-notify-event-schemas-supplier-api": "1.0.6",
"@playwright/test": "^1.51.1",
"digital-letters-events": "^0.0.1",
"sender-management": "^0.0.1",
"utils": "^0.0.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/uuid": "^10.0.0"
},
"name": "nhs-notify-digital-letters-integration-tests",
"private": true,
"scripts": {
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"test:component": "playwright test -c config/component/component.config.ts",
"test:unit": "echo \"Unit tests not required\"",
"typecheck": "tsc --noEmit"
},
"version": "0.0.1"
}