-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 1.1 KB
/
package.json
File metadata and controls
29 lines (29 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"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",
"dependencies": {
"postman-runtime": "^7.52.0"
},
"devDependencies": {
"@redocly/cli": "^2.20.3",
"license-checker": "^25.0.1"
},
"overrides": {
"postman-runtime": {
"postman-request": {
"qs": "^6.14.1"
}
},
"underscore": "1.13.8"
}
}