get-packages-recursive
v1.0.1
Published
Get package.json recursive of a directory
Downloads
2
Readme
get-packages-recursive
Audit a directory recursive to find out every package.json Resolves the name and the version.
Install
npm i get-packages-recursive
Example
const getInfo = require('get-packages-recursive');
const info = getInfo(path)
console.log(info);