-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
24 lines (24 loc) · 876 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
{
"name": "@progresso/openapi-typescript-client-api-generator",
"description": "A generator that reads swagger / open api 3 json configs and generates typescript client services with axios",
"version": "1.0.2",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/progresso-group/openapi-typescript-client-api-generator.git"
},
"keywords": ["typescript", "swagger", "open-api-3", "axios"],
"author": "Michael Hilus <[email protected]> (https://www.progresso-group.de)",
"license": "MIT",
"private": false,
"homepage": "https://github.com/progresso-group/openapi-typescript-client-api-generator",
"bin": {
"openapi-typescript-client-api-generator": "./bin/generator"
},
"dependencies": {
"ajv": "6.10.0",
"mkdir-recursive": "0.4.0",
"mustache": "3.0.1",
"swagger2openapi": "5.3.0"
}
}