UNPKG

@speedy-js/depcost

Version:

[![npm version](https://badgen.net/npm/v/@speedy-js/depcost)](https://npm.im/@speedy-js/depcost)

10 lines (8 loc) 156 B
const cached = require('./cached') module.exports = cached(cwd => { try { return require(`${cwd}/package.json`) } catch (_) { return {} } })