Skip to content

Commit edf2fbc

Browse files
committed
Prepare project for npm publishing
1 parent 2b9c91a commit edf2fbc

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
node_modules/

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
{
2-
"name": "openapi-typescript-client-api-generator",
2+
"name": "@progresso-group/openapi-typescript-client-api-generator",
3+
"description": "A generator that reads swagger / open api 3 json configs and generates typescript client services with axios",
34
"version": "1.0.0",
45
"main": "index.js",
5-
"repository": "https://github.com/progresso-group/openapi-typescript-client-api-generator.git",
6-
"author": "Michael Hilus <m.hilus@progresso-group.de>",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/progresso-group/openapi-typescript-client-api-generator.git"
9+
},
10+
"keywords": ["typescript", "swagger", "open-api-3", "axios"],
11+
"author": "Michael Hilus <m.hilus@progresso-group.de> (https://www.progresso-group.de)",
712
"license": "MIT",
813
"private": false,
14+
"homepage": "https://github.com/progresso-group/openapi-typescript-client-api-generator",
915
"bin": {
1016
"openapi-typescript-client-api-generator": "./bin/generator"
1117
},

0 commit comments

Comments
 (0)