Skip to content

Commit 8af4e50

Browse files
committed
NPM run redocly #skip-qc
Signed-off-by: Connor Avery <[email protected]>
1 parent ad0dbf4 commit 8af4e50

File tree

3 files changed

+37
-1
lines changed

3 files changed

+37
-1
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "apim-spec",
3+
"version": "0.0.1",
4+
"description": "OAS (Swagger v3) API Definition for Prescriptions for Patients",
5+
"homepage": "https://github.com/NHSDigital/prescriptionsforpatients",
6+
"author": "NHS Digital",
7+
"license": "MIT",
8+
"type": "module",
9+
"engines": {
10+
"node": "20.10.x",
11+
"npm": "10.2.x"
12+
},
13+
"scripts": {
14+
"lint": "redocly lint --extends=recommended --config ./redocly.yaml",
15+
"resolve": "redocly bundle prescriptions-for-patients.yaml -d -o dist/prescriptions-for-patients.resolved.json",
16+
"clean": "rm -rf lib coverage",
17+
"check-licenses": "license-checker --failOn GPL --failOn LGPL --start ../.."
18+
},
19+
"devDependencies": {
20+
"@redocly/cli": "^2.12.6",
21+
"clinicalView": "^1.0.0",
22+
"prescriptionSearch": "^1.0.0",
23+
"@cpt-common/common-types": "^1.0.0",
24+
"tsx": "4.21.0"
25+
}
26+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"extends": "../../tsconfig.defaults.json",
3+
"compilerOptions": {
4+
"rootDir": ".",
5+
"outDir": "lib"
6+
},
7+
"files": [],
8+
"exclude": ["node_modules"]
9+
}

tsconfig.build.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
{ "path": "packages/enrichPrescriptions" },
1313
{ "path": "packages/nhsd-pfp-sandbox" },
1414
{ "path": "packages/statusLambda" },
15-
{ "path": "packages/distanceSelling" }
15+
{ "path": "packages/distanceSelling" },
16+
{ "path": "packages/specification" }
1617
]
1718
}

0 commit comments

Comments
 (0)