-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 835 Bytes
/
package.json
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
{
"name": "openapi-to-ts-client",
"version": "0.2.5",
"description": "CLI tool to convert openapi 3.0 into typescript client",
"main": "index.js",
"bin": {
"openapi-to-ts-client": "./index.js",
"@sodeprecated/openapi-to-ts-client": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sodeprecated/openapi-to-ts-client.git"
},
"keywords": [
"openapi",
"typescript",
"api",
"generator",
"fetch"
],
"author": "Daniil Zhdanovich (@sodeprecated)",
"license": "MIT",
"bugs": {
"url": "https://github.com/sodeprecated/openapi-to-ts-client/issues"
},
"homepage": "https://github.com/sodeprecated/openapi-to-ts-client#readme",
"dependencies": {
"boxen": "^5.1.2",
"chalk": "^4.1.2",
"lodash": "^4.17.21",
"yargs": "^17.7.2"
}
}