-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1022 Bytes
/
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": "elasticio-openapi-component-generator",
"version": "1.0.0",
"description": "",
"main": "index.js",
"bin": {
"eio-gen": "bin/eio-gen.js"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"elasticio",
"openapi",
"component",
"generator"
],
"repository": {
"type": "git",
"url": "https://msp-wbench.wesp.telekom.net/gitlab/msp-team/swagger-component-generator-library.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"fs-extra": "^8.1.0",
"getopts": "^2.2.5",
"gm": "^1.23.1",
"graphicsmagick-static": "^0.1.4",
"html-to-text": "^5.1.1",
"jimp": "^0.16.1",
"lodash": "^4.17.20",
"media-type": "^0.3.1",
"moment": "^2.24.0",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"semver": "^6.3.0",
"swagger-parser": "^8.0.0",
"swagger2openapi": "^7.0.2",
"transliteration": "^2.1.5"
}
}