UNPKG

react-styleguidist

Version:
13 lines (10 loc) 224 B
'use strict'; const path = require('path'); /** * Return user’s package.json. * * @return {object} */ module.exports = function getUserPackageJson() { return require(path.resolve(process.cwd(), 'package.json')); };