UNPKG

@alexaegis/workspace-tools

Version:

Tools for working with javascript workspaces

8 lines (7 loc) 326 B
import { c as collectFileDirnamePathsUpDirectoryTree, P as PACKAGE_JSON_NAME } from "./get-workspace-root.function-BIw0sIyQ.js"; const getCurrentPackageRoot = (cwd = process.cwd()) => { return collectFileDirnamePathsUpDirectoryTree(PACKAGE_JSON_NAME, { cwd, maxPackages: 1 })[0]; }; export { getCurrentPackageRoot as g };