UNPKG

workspace-tools

Version:

A collection of tools that are useful in a git-controlled monorepo that is managed by one of these tools:

11 lines 345 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.infoFromPackageJson = void 0; function infoFromPackageJson(packageJson, packageJsonPath) { return { packageJsonPath, ...packageJson, }; } exports.infoFromPackageJson = infoFromPackageJson; //# sourceMappingURL=infoFromPackageJson.js.map