-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.94 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.94 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
{
"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/sandbox",
"packages/specification",
"packages/statusLambda",
"packages/updatePrescriptionStatus",
"packages/capabilityStatement",
"packages/cpsuLambda",
"packages/checkPrescriptionStatusUpdates",
"packages/nhsNotifyLambda",
"packages/nhsNotifyUpdateCallback",
"packages/common/testing",
"packages/common/middyErrorHandler",
"packages/common/commonTypes"
],
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/release-notes-generator": "^14.0.3",
"@types/aws-lambda": "^8.10.148",
"@types/jest": "^29.5.14",
"@types/node": "^24.0.4",
"@typescript-eslint/eslint-plugin": "^8.33.0",
"@typescript-eslint/parser": "^8.34.1",
"aws-lambda": "^1.0.7",
"eslint": "^9.29.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-import-newlines": "^1.3.4",
"eslint-plugin-prettier": "^5.5.0",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"license-checker": "^25.0.1",
"semantic-release": "^24.2.5",
"ts-jest": "^29.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"typescript-eslint": "^8.35.0"
},
"dependencies": {
"@PrescriptionStatusUpdate_common/middyErrorHandler": "^1.0.0",
"@PrescriptionStatusUpdate_common/commonTypes": "^1.0.0",
"conventional-changelog-eslint": "^6.0.0",
"esbuild": "^0.25.5"
}
}