UNPKG

@igli.kokici/st-open-api

Version:

Generates API client SDKs from an OpenAPI specification written in OpenAPI version 3.x.x

8 lines 325 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var fs_1 = require("fs"); var path_1 = require("path"); exports.getPackageInfo = function () { return JSON.parse(fs_1.readFileSync(path_1.join(__dirname, '..', 'package.json')).toString('utf-8')); }; //# sourceMappingURL=get-package-info.js.map