forked from asyncapi/generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.08 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
{
"name": "asyncapi-generator",
"version": "0.6.0",
"description": "The AsyncAPI generator. It can generate documentation, code, anything!",
"main": "./lib/generator.js",
"bin": {
"asyncapi-generator": "./cli.js",
"ag": "./cli.js"
},
"preferGlobal": true,
"bugs": {
"url": "https://github.com/asyncapi/generator/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/asyncapi/generator.git"
},
"keywords": [
"asyncapi",
"documentation",
"generator",
"markdown"
],
"author": {
"name": "Fran Mendez",
"email": "fmvilas@gmail.com"
},
"homepage": "https://github.com/asyncapi/generator",
"dependencies": {
"asyncapi": "^2.1.0",
"commander": "^2.12.2",
"fs.extra": "^1.3.2",
"handlebars": "^4.0.6",
"js-yaml": "^3.8.3",
"json-schema-ref-parser": "^5.1.0",
"lodash": "^4.17.11",
"markdown-it": "^8.4.1",
"minimatch": "^3.0.4",
"mkdirp": "^0.5.1",
"openapi-sampler": "^1.0.0-beta.9",
"project-name-generator": "^2.1.5",
"z-schema": "^3.18.2"
},
"devDependencies": {}
}