-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
18 lines (18 loc) · 924 Bytes
/
package.json
File metadata and controls
18 lines (18 loc) · 924 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "multicast-notification-service",
"version": "0.0.1",
"description": "OAS (Swagger v3) API Definition for Template API",
"scripts": {
"lint": "redocly lint specification/multicast-notification-service.yaml",
"publish": "mkdir -p build && redocly bundle specification/multicast-notification-service.yaml --dereferenced --remove-unused-components --ext json | poetry run python scripts/set_version.py > build/multicast-notification-service.json",
"serve": "redocly build-docs build/multicast-notification-service.json -o build/index.html && python -m http.server 5000 --directory build",
"check-licenses": "node_modules/.bin/license-checker --failOn GPL --failOn LGPL"
},
"author": "NHS Digital",
"license": "MIT",
"homepage": "https://github.com/NHSDigital/multicast-notification-service",
"devDependencies": {
"@redocly/cli": "^2.26.0",
"license-checker": "^25.0.1"
}
}