File tree Expand file tree Collapse file tree 2 files changed +7
-16
lines changed Expand file tree Collapse file tree 2 files changed +7
-16
lines changed Original file line number Diff line number Diff line change @@ -15,3 +15,4 @@ test/e2e/generated
15
15
samples /generated
16
16
samples /swagger-codegen-cli-v2.jar
17
17
samples /swagger-codegen-cli-v3.jar
18
+ .npmrc
Original file line number Diff line number Diff line change 2
2
"name" : " openapi-typescript-codegen" ,
3
3
"version" : " 0.27.0" ,
4
4
"description" : " Library that generates Typescript clients based on the OpenAPI specification." ,
5
- "author" : " Ferdi Koomen" ,
6
- "homepage" : " https://github.com/ferdikoomen/openapi-typescript-codegen" ,
7
- "repository" : {
8
- "type" : " git" ,
9
- "url" : " git+https://github.com/ferdikoomen/openapi-typescript-codegen.git"
10
- },
11
- "bugs" : {
12
- "url" : " https://github.com/ferdikoomen/openapi-typescript-codegen/issues"
13
- },
5
+ "homepage" : " https://github.com/kimiyori/openapi-typescript-codegen" ,
14
6
"license" : " MIT" ,
7
+ "publishConfig" : {
8
+ "registry" : " https://nexus.capitalgroup.ru/repository/npm-release/"
9
+ },
15
10
"keywords" : [
16
11
" openapi" ,
17
12
" swagger" ,
25
20
" angular" ,
26
21
" node"
27
22
],
28
- "maintainers" : [
29
- {
30
- "name" : " Ferdi Koomen" ,
31
-
32
- }
33
- ],
34
23
"main" : " dist/index.js" ,
35
24
"types" : " types/index.d.ts" ,
36
25
"bin" : {
57
46
"eslint:fix" : " eslint . --fix" ,
58
47
"prepare" : " npm run clean && npm run release" ,
59
48
"codecov" : " codecov --token=66c30c23-8954-4892-bef9-fbaed0a2e42b" ,
60
- "docker" : " docker build -t eeelenbaas/openapi-typescript-codegen ."
49
+ "docker" : " docker build -t eeelenbaas/openapi-typescript-codegen ." ,
50
+ "publish-to-nexus" : " npm --no-git-tag-version version patch && npm publish"
61
51
},
62
52
"dependencies" : {
63
53
"@apidevtools/json-schema-ref-parser" : " ^10.1.0" ,
You can’t perform that action at this time.
0 commit comments