-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.78 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.78 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
{
"author": "",
"dependencies": {
"@aws-sdk/client-api-gateway": "^3.906.0",
"@aws-sdk/client-dynamodb": "^3.984.0",
"@aws-sdk/client-kinesis": "^3.964.0",
"@aws-sdk/client-lambda": "^3.986.0",
"@aws-sdk/client-sns": "^3.984.0",
"@aws-sdk/lib-dynamodb": "^3.1012.0",
"@nhsdigital/nhs-notify-event-schemas-letter-rendering": "^2.0.1",
"@pact-foundation/pact": "^16.0.4",
"@pact-foundation/pact-core": "^17.0.2",
"@playwright/test": "^1.57.0",
"allure-js-commons": "^3.3.3",
"dotenv": "^17.2.2",
"express": "^4.16.4",
"graphql": "^16.11.0",
"graphql-tag": "^2.12.6",
"md5": "^2.3.0",
"openapi-response-validator": "^12.1.3",
"pino": "^10.3.0",
"pino-pretty": "^13.1.3",
"playwright": "^1.54.2",
"playwright-core": "^1.54.2",
"ramda": "^0.32.0",
"randexp": "^0.5.3",
"undici-types": "^7.10.0",
"zod": "^4.1.11"
},
"description": "",
"devDependencies": {
"@aws-sdk/client-cloudwatch-logs": "^3.1003.0"
},
"keywords": [],
"license": "ISC",
"main": "index.js",
"name": "nhs-notify-supplier-api-tests",
"overrides": {
"@playwright/test": "1.57.0",
"playwright-core": "1.57.0"
},
"scripts": {
"clean": "rimraf $(pwd)/target",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test:component": "playwright test --config=config/main.config.ts --max-failures=10",
"test:pact": "./pact-tests/run-pact-tests.sh",
"test:performance": "playwright test --config=config/performance/performance.config.ts --max-failures=10 --project=performance",
"test:sandbox": "playwright test --config=config/sandbox.config.ts --max-failures=10 --project=sandbox",
"test:unit": "echo \"No unit tests for tests package\"",
"typecheck": "tsc --noEmit"
},
"version": "0.0.1"
}