-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 901 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 901 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "apim-spec",
"version": "0.0.1",
"description": "OAS (Swagger v3) API Definition for EPS Prescription Status Update",
"type": "module",
"scripts": {
"lint": "redocly lint --extends=recommended --config ./redocly.yaml",
"resolve": "redocly bundle eps-prescription-status-update-api.yaml -d -o dist/eps-prescription-status-update-api.resolved.json",
"resolve-cpsu": "redocly bundle eps-custom-prescription-status-update-api.yaml -d -o dist/eps-custom-prescription-status-update-api.resolved.json",
"clean": "rm -rf lib coverage",
"check-licenses": "license-checker --failOn GPL --failOn LGPL --start ../.."
},
"author": "NHS Digital",
"license": "MIT",
"engines": {
"node": "20.10.x",
"npm": "10.2.x"
},
"homepage": "https://github.com/NHSDigital/eps-prescription-status-update-api",
"devDependencies": {
"@redocly/cli": "^2.14.4"
}
}