-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 891 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 891 Bytes
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
{
"name": "api-client-builder",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "node src/test.js",
"generate": "node src/index.js",
"interactive": "node src/interactive-cli.js",
"prepublishOnly": "npm test"
},
"bin": {
"api-client-builder": "src/cli/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mahi424/api-client-builder.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [],
"author": {
"name": "mahi424",
"email": "mahi424@users.noreply.github.com"
},
"license": "ISC",
"description": "",
"dependencies": {
"@openapitools/openapi-generator-cli": "^2.16.3",
"commander": "^11.1.0",
"curlconverter": "^4.12.0",
"inquirer": "^8.2.6",
"js-yaml": "^4.1.0",
"json5": "^2.2.3",
"openai": "^4.85.4",
"postman-to-openapi": "^1.7.3"
}
}