-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 838 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "prescriptions-for-patients",
"version": "0.0.1",
"description": "OAS (Swagger v3) API Definition for prescriptions for patients API",
"scripts": {
"lint": "node_modules/.bin/swagger-cli validate specification/prescriptions-for-patients.yaml",
"resolve": "node_modules/.bin/swagger-cli bundle specification/prescriptions-for-patients.yaml -r -o build/prescriptions-for-patients.json",
"check-licenses": "node_modules/.bin/license-checker --failOn GPL --failOn LGPL"
},
"repository": {
"type": "git",
"url": "https://github.com/NHSDigital/prescriptions-for-patients"
},
"author": "NHS Digital",
"license": "MIT",
"homepage": "https://github.com/NHSDigital/prescriptions-for-patients",
"devDependencies": {
"@apidevtools/swagger-cli": "^4.0.4",
"license-checker": "^25.0.1"
}
}