UNPKG

generate-license-file

Version:

Generates a text file containing all of the licenses for your production dependencies

11 lines 387 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.main = void 0; const tslib_1 = require("tslib"); const main_1 = require("./commands/main"); const main = (args) => tslib_1.__awaiter(void 0, void 0, void 0, function* () { yield program.parseAsync(args); }); exports.main = main; const program = main_1.mainCommand; //# sourceMappingURL=index.js.map