-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
23 lines (23 loc) · 1.33 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "e-referrals-service-patient-care-api",
"version": "0.0.1",
"description": "OAS (Swagger v3) API Definition for Template API",
"scripts": {
"publish": "redocly bundle specification/e-referrals-service-patient-care-api.yaml --dereferenced --remove-unused-components --ext json | poetry run python scripts/set_version.py | poetry run python scripts/populate_placeholders.py > build/e-referrals-service-patient-care-api.json",
"publish-aws": "redocly bundle specification/e-referrals-service-patient-care-api.yaml --dereferenced --remove-unused-components --ext json | poetry run python scripts/set_version.py | poetry run python scripts/populate_placeholders.py | poetry run python scripts/api-gateway-integration.py > build/e-referrals-service-patient-care-api-aws.json",
"serve": "redocly preview-docs -p 5000 build/e-referrals-service-patient-care-api.json",
"lint": "redocly lint specification/e-referrals-service-patient-care-api.yaml",
"check-licenses": "node_modules/.bin/license-checker --failOn GPL --failOn LGPL"
},
"author": "NHS Digital",
"license": "MIT",
"homepage": "https://github.com/NHSDigital/e-referrals-service-patient-care-api",
"dependencies": {
"@redocly/cli": "^1.28.2"
},
"devDependencies": {
"apigeetool": "^0.16.5",
"license-checker": "^25.0.1",
"minimist": "^1.2.8"
}
}