-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.5 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.5 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
{
"author": "",
"dependencies": {
"@aws-sdk/client-api-gateway": "^3.906.0",
"@aws-sdk/client-dynamodb": "^3.858.0",
"@aws-sdk/lib-dynamodb": "^3.858.0",
"@nhsdigital/nhs-notify-event-schemas-letter-rendering": "^2.0.1",
"@pact-foundation/pact": "^16.0.2",
"allure-js-commons": "^3.3.3",
"charenc": "^0.0.2",
"crypt": "^0.0.2",
"dotenv": "^17.2.2",
"is-buffer": "^2.0.5",
"md5": "^2.3.0",
"openapi-response-validator": "^12.1.3",
"playwright": "^1.54.2",
"playwright-core": "^1.54.2",
"undici-types": "^7.10.0",
"zod": "^4.1.11"
},
"description": "",
"devDependencies": {
"@playwright/test": "^1.55.1",
"@types/jest": "^29.5.14",
"@types/node": "^24.3.1",
"allure-commandline": "^2.34.1",
"allure-playwright": "^3.3.3",
"jest": "^30.1.3",
"ts-jest": "^29.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
},
"keywords": [],
"license": "ISC",
"main": "index.js",
"name": "nhs-notify-supplier-api-tests",
"scripts": {
"clean": "rimraf $(pwd)/target",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test:component": "playwright test --config=config/main.config.ts --max-failures=10 --project=component-tests",
"test:pact": "./pact-tests/run-pact-tests.sh",
"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": "1.0.0"
}