resolve package root and package.json paths , work on node 17 too
npm install @yarn-tool/resolve-packageresolve package root and package.json paths , work on node 17 too
``bash`
yarn add @yarn-tool/resolve-package
yarn-tool add @yarn-tool/resolve-package
yt add @yarn-tool/resolve-package
`typescript
import { resolvePackageJsonLocation } from '@yarn-tool/resolve-package'
console.dir(resolvePackageJsonLocation('tslib'));
``