-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 1.01 KB
/
package.json
File metadata and controls
23 lines (23 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "summary-care-record",
"version": "0.0.1",
"description": "OAS (Swagger v3) API Definition for Template API",
"scripts": {
"lint": "node_modules/.bin/speccy lint -s openapi-tags -s operation-tags specification/summary-care-record.yaml --skip default-and-example-are-redundant",
"publish": "mkdir -p build && node_modules/.bin/speccy resolve specification/summary-care-record.yaml -i | poetry run python scripts/yaml2json.py | poetry run python scripts/set_version.py > build/summary-care-record.json",
"serve": "node_modules/.bin/speccy serve build/summary-care-record.json",
"check-licenses": "node_modules/.bin/license-checker --failOn GPL --failOn LGPL"
},
"author": "NHS Digital",
"license": "MIT",
"homepage": "https://github.com/NHSDigital/summary-care-record-api",
"dependencies": {
"gradle": "^1.2.4",
"speccy": "github:stevenmccullaghmadetech/speccy"
},
"devDependencies": {
"apigeetool": "^0.16.4",
"license-checker": "^8.0.1",
"minimist": "^1.2.8"
}
}