-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.92 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.92 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
55
56
57
58
59
60
{
"name": "eps-prescription-status-update-monorepo",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"check-licenses": "node_modules/.bin/license-checker --failOn GPL --failOn LGPL"
},
"repository": {
"type": "git",
"url": "https://github.com/NHSDigital/eps-prescription-status-update-api"
},
"keywords": [],
"author": "NHS Digital",
"license": "MIT",
"workspaces": [
"packages/gsul",
"packages/nhsd-psu-sandbox",
"packages/specification",
"packages/statusLambda",
"packages/updatePrescriptionStatus",
"packages/capabilityStatement",
"packages/cpsuLambda",
"packages/checkPrescriptionStatusUpdates",
"packages/nhsNotifyLambda",
"packages/postDatedLambda",
"packages/psuRestoreValidationLambda",
"packages/nhsNotifyUpdateCallback",
"packages/common/testing",
"packages/common/middyErrorHandler",
"packages/common/commonTypes",
"packages/common/utilities"
],
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/aws-lambda": "^8.10.161",
"@types/node": "^25.5.2",
"@vitest/coverage-v8": "^4.1.2",
"@typescript-eslint/eslint-plugin": "^8.57.2",
"@typescript-eslint/parser": "^8.57.1",
"aws-lambda": "^1.0.7",
"eslint": "^10.2.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import-newlines": "^2.0.0",
"eslint-plugin-prettier": "^5.5.5",
"globals": "^17.4.0",
"ts-node": "^10.9.2",
"vite-tsconfig-paths": "^6.1.1",
"vitest": "^4.1.2",
"typescript": "^6.0.2",
"typescript-eslint": "^8.57.2"
},
"dependencies": {
"@aws-sdk/lib-dynamodb": "^3.1019.0",
"@psu-common/commonTypes": "^1.0.0",
"@psu-common/middyErrorHandler": "^1.0.0",
"@psu-common/utilities": "^1.0.0",
"esbuild": "^0.28.0"
}
}