-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.46 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.46 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "apim-definitions",
"version": "0.0.1",
"description": "OAS (Swagger v3) API Definition for Patient Information",
"scripts": {
"lint-karate-js": "node_modules/.bin/eslint --ext .js karate-tests/src/test/java/mocks/sandbox/",
"lint-oas": "node_modules/.bin/redocly lint specification/personal-demographics.yaml --skip-rule openapi-tags --skip-rule operation-tags --skip-rule default-and-example-are-redundant --skip-rule no-unused-components --skip-rule no-invalid-media-type-examples --skip-rule info-license --skip-rule security-defined",
"publish": "mkdir -p build && node_modules/.bin/redocly bundle --dereferenced specification/personal-demographics.yaml | poetry run python scripts/yaml2json.py | poetry run python scripts/set_version.py > build/personal-demographics.json",
"serve": "node_modules/.bin/redocly preview-docs build/personal-demographics.json",
"check-licenses": "node_modules/.bin/license-checker --failOn GPL --failOn AGPL",
"jest": "node_modules/.bin/jest"
},
"author": "NHS Digital",
"license": "MIT",
"homepage": "https://github.com/NHSDigital/personal-demographics-service-api",
"dependencies": {
"@redocly/cli": "^1.34.5",
"jest-cli": "^29.7.0",
"jest-when": "^3.7.0",
"nvm": "^0.0.4",
"swagger-cli": "^4.0.4"
},
"devDependencies": {
"apigeetool": "^0.16.4",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"license-checker": "^25.0.1",
"puppeteer": "^5.3.1"
},
"overrides": {
"apigeetool": {
"minimatch": "3.1.5",
"body-parser": {
"qs": "6.14.2"
},
"postman-request": {
"qs": "6.14.2"
}
},
"@redocly/cli": {
"minimatch": "3.1.5",
"undici": "6.24.0"
},
"eslint": {
"minimatch": "3.1.5"
},
"license-checker": {
"minimatch": "3.1.5"
},
"puppeteer": {
"minimatch": "3.1.5"
},
"js-yaml@^4.0.0": "4.1.1",
"@jest/reporters": {
"glob": {
".": "10.5.0",
"minimatch": "9.0.9"
}
},
"jest-config": {
"glob": {
".": "10.5.0",
"minimatch": "9.0.9"
}
},
"jest-runtime": {
"glob": {
".": "10.5.0",
"minimatch": "9.0.9"
}
},
"handlebars": "4.7.9",
"picomatch": "2.3.2",
"jest-util": {
"picomatch": "4.0.4"
}
},
"type": "module"
}