We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 212942e commit 2e3dcf3Copy full SHA for 2e3dcf3
package.json
@@ -2,6 +2,21 @@
2
"name": "@protocolnebula/ts-openapi-generator",
3
"version": "2.1.1",
4
"description": "Build API and models from Swagger/OpenAPI to use in any project type",
5
+ "keywords": [
6
+ "api",
7
+ "automatization",
8
+ "cli",
9
+ "conversion",
10
+ "converter",
11
+ "customizable",
12
+ "generator",
13
+ "model",
14
+ "openapi-specifications",
15
+ "openapi",
16
+ "swagger",
17
+ "time-saver",
18
+ "tool"
19
+ ],
20
"main": "dist/main.js",
21
"types": "dist/main.d.ts",
22
"scripts": {
@@ -23,6 +38,10 @@
23
38
"email": "ruben@racs.es",
24
39
"url": "https://racs.es"
25
40
},
41
+ "funding": {
42
+ "type": "patreon",
43
+ "url": "https://patreon.com/ProtocolNebula"
44
+ },
26
45
"bin": {
27
46
"transform-swagger": "./cli.js"
28
47
0 commit comments