-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.5 KB
/
package.json
File metadata and controls
49 lines (49 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
49
{
"name": "prescriptionsforpatients-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/prescriptionsforpatients"
},
"keywords": [],
"author": "NHS Digital",
"license": "MIT",
"workspaces": [
"packages/capabilityStatement",
"packages/getMyPrescriptions",
"packages/enrichPrescriptions",
"packages/sandbox",
"packages/statusLambda",
"packages/serviceSearchClient",
"packages/common/testing",
"packages/distanceSelling"
],
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/release-notes-generator": "^14.0.3",
"@types/aws-lambda": "^8.10.149",
"@types/jest": "^29.5.14",
"@types/node": "^22.15.11",
"@typescript-eslint/eslint-plugin": "^8.32.0",
"@typescript-eslint/parser": "^8.31.1",
"aws-lambda": "^1.0.7",
"conventional-changelog-eslint": "^6.0.0",
"eslint": "^9.26.0",
"eslint-plugin-import-newlines": "^1.4.0",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"license-checker": "^25.0.1",
"semantic-release": "^24.2.3",
"ts-jest": "^29.3.2",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"dependencies": {
"esbuild": "^0.25.3"
}
}