semantic-release can be found here:
https://github.com/semantic-release/npm
it currently uses read-pkg here:
https://github.com/semantic-release/npm/blob/0154fb84631cd7debd4bcd0d78824386b76ae8c1/lib/get-pkg.js#L2
we can instead use read-package-json-fast:
https://github.com/npm/read-package-json-fast
its near enough 10x smaller, is maintained by the NPM team directly, and is more standard because of that.
semantic-release can be found here:
https://github.com/semantic-release/npm
it currently uses read-pkg here:
https://github.com/semantic-release/npm/blob/0154fb84631cd7debd4bcd0d78824386b76ae8c1/lib/get-pkg.js#L2
we can instead use read-package-json-fast:
https://github.com/npm/read-package-json-fast
its near enough 10x smaller, is maintained by the NPM team directly, and is more standard because of that.