1.0.2 • Published 6 years ago

dependencyfinder v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

dependencyfinder

Pretend that you have broken package.json file and you need to find all the dependencies for your project

NPM Version NPM Downloads

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: '???'
}

License

MIT