-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (25 loc) · 997 Bytes
/
package.json
File metadata and controls
26 lines (25 loc) · 997 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
26
{
"name": "shared-flow-testing",
"version": "0.0.1",
"description": "OAS (Swagger v3) API Definition for Template API",
"scripts": {
"lint": "node_modules/.bin/openapi-generator-cli validate -i specification/shared-flow-testing.yaml",
"publish": "./node_modules/.bin/openapi-generator-cli generate -i specification/shared-flow-testing.yaml --generator-key v3.0 -g openapi -o build && rm openapitools.json && mv build/openapi.json build/shared-flow-testing.json",
"check-licenses": "node_modules/.bin/license-checker --failOn GPL --failOn LGPL"
},
"author": "NHS Digital",
"license": "MIT",
"homepage": "https://github.com/NHSDigital/shared-flow-testing",
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.28.0",
"license-checker": "^25.0.1",
"minimist": "^1.2.6",
"@openapitools/openapi-generator-cli": "^2.28.0"
},
"overrides": {
"qs": "6.14.2",
"tough-cookie": "4.1.3",
"form-data": "2.5.5",
"tmp": "0.2.4"
}
}