-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 964 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 964 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
27
28
29
{
"name": "usps-webtools-openapi",
"version": "1.0.0",
"engines": {
"node": ">=14.16.0",
"npm": ">=7.9.0"
},
"description": "A community supported OpenAPI specifications, documentation and resources for USPS WebTools APIs",
"main": "",
"config": {
"specfile": "usps-webtools-api.yml"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"redoc": "redoc-cli bundle $npm_package_config_specfile -t actions/redoc/template.hbs --templateOptions.description=\"Open source developer documentation for USPS Webtool's API. Working together to improve the developer experience for everyone.\" --options=docs/redocOptions.json --title=\"USPS WebTools API opensource documentation\" -o docs/index.html"
},
"keywords": [
"USPS",
"API",
"WebTools",
"OpenAPI",
"Opensource"
],
"author": "Lob Developer Experience Team",
"license": "MIT",
"dependencies": {
"redoc-cli": "^0.13.7"
}
}