2022-03-31 08:49:31 +00:00
|
|
|
{
|
|
|
|
"name": "@vality/openapi-generator-cli",
|
2023-06-26 09:01:12 +00:00
|
|
|
"version": "2.0.0",
|
2022-03-31 08:49:31 +00:00
|
|
|
"description": "",
|
|
|
|
"main": "lib/index.js",
|
|
|
|
"bin": {
|
|
|
|
"vality-openapi": "lib/bin.js"
|
|
|
|
},
|
2022-03-31 09:45:23 +00:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public",
|
|
|
|
"registry": "https://registry.npmjs.org/"
|
|
|
|
},
|
2022-03-31 08:49:31 +00:00
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "Vality",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"devDependencies": {
|
2023-06-26 09:01:12 +00:00
|
|
|
"@types/node": "^18.16.18",
|
|
|
|
"prettier": "2.8.8"
|
2022-03-31 08:49:31 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-06-26 09:01:12 +00:00
|
|
|
"@openapitools/openapi-generator-cli": "^2.6.0",
|
2022-03-31 08:49:31 +00:00
|
|
|
"sade": "^1.8.1",
|
|
|
|
"shelljs": "^0.8.5"
|
|
|
|
}
|
|
|
|
}
|