forked from openapi-contrib/openapi3-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.4 KB
/
package.json
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
{
"name": "openapi3-generator",
"main": "./lib/generator.js",
"version": "0.13.0",
"description": "Use your API OpenAPI 3 definition to generate code, documentation, and literally anything you need.",
"bin": {
"og": "./cli.js",
"openapi3-generator": "./cli.js"
},
"bugs": {
"url": "https://github.com/fmvilas/openapi3-generator/issues"
},
"engines": {
"node": ">=7.6"
},
"repository": {
"type": "git",
"url": "git://github.com/fmvilas/openapi3-generator.git"
},
"keywords": [
"openapi",
"openapi3",
"OASv3",
"rest",
"es6",
"es7",
"es2015",
"node.js",
"codegen",
"docgen",
"generator",
"documentation",
"markdown",
"express"
],
"author": {
"name": "Fran Méndez",
"email": "[email protected]",
"url": "http://fmvilas.com"
},
"contributors": [
{
"name": "Richard Klose",
"email": "[email protected]"
}
],
"homepage": "https://github.com/fmvilas/openapi3-generator",
"dependencies": {
"commander": "^2.12.2",
"find-remove": "^1.2.2",
"fs.extra": "1.3.2",
"handlebars": "^4.1.2",
"js-yaml": "^3.13.1",
"json-schema-ref-parser": "^4.0.4",
"lodash": "^4.17.11",
"markdown-it": "^8.4.2",
"oas-validator": "^1.1.7",
"openapi-sampler": "^1.0.0-beta.13",
"project-name-generator": "^2.1.5",
"slugg": "^1.2.1",
"word-wrap": "1.1.0"
}
}