-
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) · 1.06 KB
/
package.json
File metadata and controls
25 lines (25 loc) · 1.06 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
{
"name": "shared-flow-testing",
"version": "0.0.1",
"description": "OAS (Swagger v3) API Definition for Template API",
"scripts": {
"lint": "node_modules/.bin/speccy lint -s openapi-tags -s operation-tags specification/shared-flow-testing.yaml --skip default-and-example-are-redundant",
"publish": "mkdir -p build && node_modules/.bin/speccy resolve specification/shared-flow-testing.yaml -i | poetry run python scripts/yaml2json.py | poetry run python scripts/set_version.py > build/shared-flow-testing.json",
"serve": "node_modules/.bin/speccy serve 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",
"dependencies": {
"newman-reporter-htmlextra": "^1.20.1",
"speccy": "^0.11.0"
},
"devDependencies": {
"apigeetool": "^0.14.2",
"license-checker": "^25.0.1",
"minimist": "^1.2.2",
"newman": "^4.5.7",
"newman-reporter-html": "^1.0.5"
}
}