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
33 lines (33 loc) · 805 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 805 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
32
33
{
"dependencies": {
"@hey-api/openapi-ts": "^0.64.13",
"axios": "^1.8.4",
"axios-retry": "^4.5.0",
"zod": "^4.0.5"
},
"devDependencies": {
"@swc/core": "^1.11.13",
"@swc/jest": "^0.2.37",
"@tsconfig/node20": "^20.1.5",
"axios-mock-adapter": "^2.1.0",
"esbuild": "^0.25.6",
"jest-mock-extended": "^3.0.7",
"nhs-notify-web-template-management-utils": "^0.0.1",
"typescript": "^5.8.2"
},
"files": [
"src/index.ts"
],
"main": "./src/index.ts",
"name": "nhs-notify-backend-client",
"private": true,
"scripts": {
"generate-dependencies": "npx @hey-api/openapi-ts",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test:unit": "jest",
"typecheck": "tsc --noEmit"
},
"types": "src/index.ts",
"version": "0.0.1"
}