-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.3 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.3 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
30
31
32
33
{
"name": "service-search-api",
"version": "0.0.1",
"description": "OAS (Swagger v3) API Definition for Template API",
"scripts": {
"lint": "node_modules/.bin/openapi-generator-cli validate -i specification/service-search-api.yaml",
"publish": "./node_modules/.bin/openapi-generator-cli generate -i specification/service-search-api.yaml --generator-key v3.0 -g openapi -o build && rm openapitools.json && mv build/openapi.json build/service-search-api.json && scripts/generate_postman_collection.sh",
"serve": "node_modules/.bin/redocly preview-docs build/service-search-api.json",
"check-licenses": "node_modules/.bin/license-checker --failOn GPL --failOn LGPL"
},
"author": "NHS Digital",
"license": "MIT",
"homepage": "https://github.com/NHSDigital/service-search-api",
"dependencies": {
"decode-uri-component": "^0.2.2",
"json5": "^2.2.3",
"minimatch": "^3.1.5",
"moment": "^2.29.4",
"moment-timezone": "^0.5.39",
"newman-reporter-htmlextra": "^1.23.1",
"nodemon": "^2.0.20",
"qs": "^6.5.3"
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.31.1",
"@redocly/cli": "^1.34.11",
"apigeetool": "^0.16.1",
"license-checker": "^25.0.1",
"minimist": "^1.2.8",
"newman": "^6.2.1",
"openapi-to-postmanv2": "^4.3.0"
}
}