dependencyfinder
v1.0.2
Published
Pretend that you have broken package.json file and you need to find all the dependencies for your project
Downloads
5
Readme
dependencyfinder
Pretend that you have broken package.json file and you need to find all the dependencies for your project
INSTALL
npm i -g dependencyfinder
USAGE
Go to the root folder of your project with package.json and run
dfr
OUTPUT
You will get output in terminal with all found dependencies from your project source code
{
lodash: '^4.14.68',
moment: '^2.18.1',
react: '???',
redux: '???'
}