mirror of
https://github.com/valitydev/frontend-openapi-generator-cli.git
synced 2024-11-06 09:35:20 +00:00
28 lines
597 B
JSON
28 lines
597 B
JSON
{
|
|
"name": "@vality/openapi-generator-cli",
|
|
"version": "2.0.0",
|
|
"description": "",
|
|
"main": "lib/index.js",
|
|
"bin": {
|
|
"vality-openapi": "lib/bin.js"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Vality",
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"@types/node": "^18.16.18",
|
|
"prettier": "2.8.8"
|
|
},
|
|
"dependencies": {
|
|
"@openapitools/openapi-generator-cli": "^2.6.0",
|
|
"sade": "^1.8.1",
|
|
"shelljs": "^0.8.5"
|
|
}
|
|
}
|