Skip to content

Commit 2e3dcf3

Browse files
Added keywords and funding to packagejson
1 parent 212942e commit 2e3dcf3

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
"name": "@protocolnebula/ts-openapi-generator",
33
"version": "2.1.1",
44
"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+
],
520
"main": "dist/main.js",
621
"types": "dist/main.d.ts",
722
"scripts": {
@@ -23,6 +38,10 @@
2338
"email": "ruben@racs.es",
2439
"url": "https://racs.es"
2540
},
41+
"funding": {
42+
"type": "patreon",
43+
"url": "https://patreon.com/ProtocolNebula"
44+
},
2645
"bin": {
2746
"transform-swagger": "./cli.js"
2847
},

0 commit comments

Comments
 (0)