@igli.kokici/st-open-api
Version:
Generates API client SDKs from an OpenAPI specification written in OpenAPI version 3.x.x
63 lines (62 loc) • 1.48 kB
JSON
{
"name": "@igli.kokici/st-open-api",
"version": "1.4.15",
"publishConfig": {
"access": "public"
},
"keywords": [
"open-api",
"swagger",
"client-generator",
"springtype"
],
"description": "Generates API client SDKs from an OpenAPI specification written in OpenAPI version 3.x.x",
"repository": {
"type": "git",
"url": "git+https://github.com/igkokici/st-open-api.git"
},
"scripts": {
"audit-fix": "npm_config_yes=true npx yarn-audit-fix",
"prebuild": "npx st-rm-rf dist",
"start": "node ./dist/cli.js",
"watch": "tsc --watch",
"build": "tsc",
"postbuild": "npx st-cp package.json README.md static schema template banner.txt dist"
},
"engines": {
"node": ">=10"
},
"bundledDependencies": [
"ajv",
"commander",
"mustache",
"node-fetch",
"st-rm-rf",
"valid-url",
"typescript"
],
"bin": {
"st-open-api": "./cli.js"
},
"author": "Michael Mannseicher, Aron Homberg",
"license": "MIT",
"bugs": {
"url": "https://github.com/springtype-org/st-open-api/issues"
},
"dependencies": {
"ajv": "^6.12.2",
"chalk": "^5.0.1",
"commander": "^5.1.0",
"mustache": "^4.0.1",
"node-fetch": "^2.6.0",
"st-rm-rf": "^2.0.0-beta.1",
"typescript": "^3.8.3",
"valid-url": "^1.0.9",
"yaml": "^1.10.2"
},
"devDependencies": {
"@types/mustache": "^4.0.1",
"@types/node": "^13.11.1",
"@types/node-fetch": "^2.5.6"
}
}