dependencyfinder

1.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i dependencyfinder

Weekly Downloads

1

Version

1.0.2

License

ISC

Unpacked Size

8.74 kB

Total Files

6

Last publish

Collaborators

  • sedoyjan