1.0.2 • Published 8 years ago
dependencyfinder v1.0.2
dependencyfinder
Pretend that you have broken package.json file and you need to find all the dependencies for your project
INSTALL
npm i -g dependencyfinderUSAGE
Go to the root folder of your project with package.json and run
dfrOUTPUT
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: '???'
}