FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
openapi-generator-cli/package.json at master · Halu89/openapi-generator-cli · GitHub
Halu89
/
openapi-generator-cli
Public
forked from
OpenAPITools/openapi-generator-cli
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
openapi-generator-cli
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
142 lines (142 loc) · 4.01 KB
Breadcrumbs
openapi-generator-cli
/
package.json
Copy path
File metadata and controls
142 lines (142 loc) · 4.01 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"name"
:
"
openapitools
"
,
"version"
:
"
0.0.0-development
"
,
"license"
:
"
Apache-2.0
"
,
"private"
:
false
,
"author"
: {
"name"
:
"
OpenAPI Tools
"
,
"url"
:
"
https://openapitools.org/
"
,
"email"
:
"
team@openapitools.org
"
},
"contributors"
: [
{
"name"
:
"
Kay Schecker
"
,
"email"
:
"
sayhello@kay-schecker.de
"
,
"url"
:
"
https://www.kay-schecker.de
"
}
],
"homepage"
:
"
https://github.com/OpenAPITools/openapi-generator-cli
"
,
"bugs"
:
"
https://github.com/OpenAPITools/openapi-generator-cli/issues
"
,
"readme"
:
"
README.md
"
,
"funding"
: {
"type"
:
"
opencollective
"
,
"url"
:
"
https://opencollective.com/openapi_generator
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/OpenAPITools/openapi-generator-cli.git
"
},
"publishConfig"
: {
"registry"
:
"
https://registry.npmjs.org
"
},
"keywords"
: [
"
rest-api
"
,
"
rest-client
"
,
"
sdk
"
,
"
generator
"
,
"
restful-api
"
,
"
api
"
,
"
api-client
"
,
"
api-server
"
,
"
openapi3
"
,
"
openapi
"
,
"
oas
"
,
"
rest
"
],
"engines"
: {
"node"
:
"
>=10.0.0
"
},
"scripts"
: {
"nx"
:
"
nx
"
,
"start"
:
"
nx serve generator-cli
"
,
"cli"
:
"
node ./dist/apps/generator-cli/main.js
"
,
"build"
:
"
NODE_OPTIONS=--openssl-legacy-provider nx build generator-cli
"
,
"publish"
:
"
npm run build && npm publish ./dist/apps/generator-cli
"
,
"test"
:
"
nx test generator-cli
"
,
"lint"
:
"
nx lint generator-cli
"
,
"e2e"
:
"
nx e2e generator-cli
"
,
"affected:test"
:
"
nx affected --target=test
"
,
"affected:lint"
:
"
nx affected --target=lint
"
,
"affected:build"
:
"
nx affected --target=build
"
,
"affected:e2e"
:
"
nx affected --target=e2e
"
,
"affected:dep-graph"
:
"
nx affected --target=dep-graph
"
,
"affected"
:
"
nx affected
"
,
"format"
:
"
nx format:write
"
,
"format:write"
:
"
nx format:write
"
,
"format:check"
:
"
nx format:check
"
,
"update"
:
"
nx migrate latest
"
,
"workspace-schematic"
:
"
nx workspace-schematic
"
,
"dep-graph"
:
"
nx dep-graph
"
,
"help"
:
"
nx help
"
,
"semantic-release"
:
"
semantic-release
"
,
"prepare"
:
"
husky install
"
},
"collective"
: {
"type"
:
"
opencollective
"
,
"url"
:
"
https://opencollective.com/openapi_generator
"
,
"donation"
: {
"text"
:
"
Please sponsor OpenAPI Generator.
"
}
},
"dependencies"
: {
"@nestjs/axios"
:
"
3.0.2
"
,
"@nestjs/common"
:
"
10.3.0
"
,
"@nestjs/core"
:
"
10.3.0
"
,
"@nestjs/platform-express"
:
"
10.3.0
"
,
"@nuxtjs/opencollective"
:
"
0.3.2
"
,
"axios"
:
"
^1.6.5
"
,
"chalk"
:
"
4.1.2
"
,
"commander"
:
"
8.3.0
"
,
"compare-versions"
:
"
4.1.4
"
,
"concurrently"
:
"
6.5.1
"
,
"console.table"
:
"
0.10.0
"
,
"fs-extra"
:
"
10.1.0
"
,
"https-proxy-agent"
:
"
^7.0.4
"
,
"inquirer"
:
"
8.2.6
"
,
"jsonpath"
:
"
1.1.1
"
,
"lodash"
:
"
4.17.21
"
,
"reflect-metadata"
:
"
0.1.13
"
,
"rxjs"
:
"
7.8.1
"
,
"tslib"
:
"
^2.3.0
"
},
"devDependencies"
: {
"@commitlint/cli"
:
"
19.2.2
"
,
"@commitlint/config-conventional"
:
"
19.2.2
"
,
"@nestjs/schematics"
:
"
10.1.0
"
,
"@nestjs/testing"
:
"
10.3.0
"
,
"@nx/eslint"
:
"
17.3.2
"
,
"@nx/eslint-plugin"
:
"
17.3.2
"
,
"@nx/jest"
:
"
17.3.2
"
,
"@nx/js"
:
"
17.3.2
"
,
"@nx/nest"
:
"
17.3.2
"
,
"@nx/node"
:
"
17.3.2
"
,
"@nx/webpack"
:
"
17.3.2
"
,
"@nx/workspace"
:
"
17.3.2
"
,
"@semantic-release/changelog"
:
"
6.0.3
"
,
"@types/concurrently"
:
"
6.4.0
"
,
"@types/fs-extra"
:
"
9.0.13
"
,
"@types/inquirer"
:
"
8.2.10
"
,
"@types/jest"
:
"
29.5.12
"
,
"@types/jsonpath"
:
"
0.2.4
"
,
"@types/lodash"
:
"
4.17.0
"
,
"@types/node"
:
"
18.16.9
"
,
"@typescript-eslint/eslint-plugin"
:
"
^6.9.1
"
,
"@typescript-eslint/parser"
:
"
^6.9.1
"
,
"dotenv"
:
"
16.4.5
"
,
"eslint"
:
"
~8.57.0
"
,
"eslint-config-prettier"
:
"
^9.0.0
"
,
"generate-package-json-webpack-plugin"
:
"
2.6.0
"
,
"husky"
:
"
9.0.11
"
,
"jest"
:
"
^29.4.1
"
,
"jest-environment-jsdom"
:
"
29.7.0
"
,
"jest-environment-node"
:
"
^29.4.1
"
,
"nx"
:
"
17.3.2
"
,
"prettier"
:
"
3.2.5
"
,
"semantic-release"
:
"
22.0.12
"
,
"ts-jest"
:
"
29.1.2
"
,
"ts-node"
:
"
10.9.2
"
,
"tslint"
:
"
6.1.3
"
,
"type-fest"
:
"
4.12.0
"
,
"typescript"
:
"
5.3.3
"
}
}
Back
|
FazBrowse Home
|
New Git URL