-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 995 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 995 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": "immunisation-history",
"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/immunisation-history.yaml --skip default-and-example-are-redundant",
"publish": "mkdir -p build && node_modules/.bin/speccy resolve specification/immunisation-history.yaml -i | poetry run python scripts/yaml2json.py | poetry run python scripts/set_version.py > build/immunisation-history.json",
"serve": "node_modules/.bin/speccy serve build/immunisation-history.json",
"check-licenses": "node_modules/.bin/license-checker --failOn AGPL"
},
"author": "NHS Digital",
"license": "MIT",
"homepage": "https://github.com/NHSDigital/immunisation-history",
"dependencies": {
"speccy": "^0.11.0"
},
"devDependencies": {
"apigeetool": "^0.16.1",
"license-checker": "^25.0.1",
"minimist": "^1.2.2",
"prettier": "^2.7.1"
}
}