-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 982 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 982 Bytes
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
{
"name": "nhs-website-content-api",
"version": "2.0.0",
"description": "This API provides content from the NHS website as JSON",
"scripts": {
"lint": "redocly lint --skip-rule=security-defined specification/nhs-website-content-api.yaml",
"publish": "redocly bundle specification/nhs-website-content-api.yaml --dereferenced --remove-unused-components --ext json -o build/nhs-website-content-api.json",
"serve": "redocly preview-docs -p 5000 build/nhs-website-content-api.json",
"check-licenses": "node_modules/.bin/license-checker --failOn GPL --failOn LGPL"
},
"author": "NHS Digital",
"license": "MIT",
"homepage": "https://github.com/NHSDigital/nhs-website-content-api",
"dependencies": {
"newman-reporter-htmlextra": "^1.20.1"
},
"devDependencies": {
"@redocly/cli": "^1.4.1",
"apigeetool": "^0.5.4",
"license-checker": "^25.0.1",
"minimist": "^1.2.6",
"newman": "^5.3.0",
"newman-reporter-html": "^1.0.5"
}
}