forked from Mermade/openapi-filter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 849 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 849 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
30
31
32
33
34
{
"name": "openapi-filter",
"version": "1.3.0",
"description": "Filter internal paths, operations, parameters, schemas etc from OpenAPI/Swagger definitions",
"main": "openapi-filter.js",
"bin": "openapi-filter.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Mike Ralphson",
"license": "BSD-3-Clause",
"dependencies": {
"js-yaml": "^3.13.1",
"reftools": "0.0.20",
"yargs": "^10.0.3"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/mermade/openapi-filter.git"
},
"keywords": [
"openapi",
"openapi3",
"swagger",
"asyncapi",
"filter",
"internal"
],
"bugs": {
"url": "https://github.com/mermade/openapi-filter/issues"
},
"homepage": "https://github.com/mermade/openapi-filter#readme"
}