FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
openapi-generator-cli/package.json at master · hhhcommon/openapi-generator-cli · GitHub
hhhcommon
/
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
125 lines (125 loc) · 3.39 KB
Breadcrumbs
openapi-generator-cli
/
package.json
Copy path
File metadata and controls
125 lines (125 loc) · 3.39 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
{
"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
"
,
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
git@github.com:OpenAPITools/openapi-generator-cli.git
"
},
"husky"
: {
"hooks"
: {
"commit-msg"
:
"
commitlint -E HUSKY_GIT_PARAMS
"
}
},
"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
"
,
"start:verdaccio"
:
"
verdaccio
"
,
"cli"
:
"
node ./dist/apps/generator-cli/main.js
"
,
"build"
:
"
nx build
"
,
"publish"
:
"
npm run build && npm publish ./dist/apps/generator-cli
"
,
"test"
:
"
nx test
"
,
"lint"
:
"
nx workspace-lint && nx lint
"
,
"e2e"
:
"
nx e2e
"
,
"affected:apps"
:
"
nx affected:apps
"
,
"affected:libs"
:
"
nx affected:libs
"
,
"affected:build"
:
"
nx affected:build
"
,
"affected:e2e"
:
"
nx affected:e2e
"
,
"affected:test"
:
"
nx affected:test
"
,
"affected:lint"
:
"
nx affected:lint
"
,
"affected:dep-graph"
:
"
nx affected: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
"
},
"dependencies"
: {
"@nestjs/common"
:
"
7.4.4
"
,
"@nestjs/core"
:
"
7.4.4
"
,
"@nestjs/platform-express"
:
"
7.4.4
"
,
"chalk"
:
"
4.1.0
"
,
"commander"
:
"
6.1.0
"
,
"compare-versions"
:
"
3.6.0
"
,
"concurrently"
:
"
5.3.0
"
,
"console.table"
:
"
0.10.0
"
,
"fs-extra"
:
"
9.0.1
"
,
"inquirer"
:
"
7.3.3
"
,
"jsonpath"
:
"
1.0.2
"
,
"lodash"
:
"
4.17.20
"
,
"reflect-metadata"
:
"
0.1.13
"
,
"rxjs"
:
"
6.6.3
"
,
"verdaccio"
:
"
4.8.1
"
},
"devDependencies"
: {
"@commitlint/cli"
:
"
11.0.0
"
,
"@commitlint/config-conventional"
:
"
11.0.0
"
,
"@nestjs/schematics"
:
"
7.1.2
"
,
"@nestjs/testing"
:
"
7.4.4
"
,
"@nrwl/eslint-plugin-nx"
:
"
10.3.1
"
,
"@nrwl/jest"
:
"
10.3.1
"
,
"@nrwl/nest"
:
"
10.3.1
"
,
"@nrwl/node"
:
"
10.3.1
"
,
"@nrwl/workspace"
:
"
10.3.1
"
,
"@semantic-release/changelog"
:
"
5.0.1
"
,
"@types/concurrently"
:
"
5.2.1
"
,
"@types/fs-extra"
:
"
9.0.2
"
,
"@types/inquirer"
:
"
7.3.1
"
,
"@types/jest"
:
"
26.0.14
"
,
"@types/jsonpath"
:
"
0.2.0
"
,
"@types/lodash"
:
"
4.14.162
"
,
"@types/node"
:
"
8.10.65
"
,
"@typescript-eslint/eslint-plugin"
:
"
4.4.1
"
,
"@typescript-eslint/parser"
:
"
4.4.1
"
,
"dotenv"
:
"
8.2.0
"
,
"eslint"
:
"
7.11.0
"
,
"eslint-config-prettier"
:
"
6.13.0
"
,
"generate-package-json-webpack-plugin"
:
"
2.0.0
"
,
"husky"
:
"
4.3.0
"
,
"jest"
:
"
26.5.3
"
,
"prettier"
:
"
2.1.2
"
,
"semantic-release"
:
"
17.2.1
"
,
"ts-jest"
:
"
26.4.1
"
,
"ts-node"
:
"
9.0.0
"
,
"tslint"
:
"
6.1.3
"
,
"type-fest"
:
"
0.18.0
"
,
"typescript"
:
"
4.0.3
"
}
}
Back
|
FazBrowse Home
|
New Git URL