File tree Expand file tree Collapse file tree 3 files changed +37
-1
lines changed
Expand file tree Collapse file tree 3 files changed +37
-1
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 1+ {
2+ "extends" : " ../../tsconfig.defaults.json" ,
3+ "compilerOptions" : {
4+ "rootDir" : " ." ,
5+ "outDir" : " lib"
6+ },
7+ "files" : [],
8+ "exclude" : [" node_modules" ]
9+ }
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments