Function to get all dependencies of npm package (recursively)
To run the function :
- Go to
src/index.js
, edit the function below// Write below to get package depencencies
- run
npm run startDev
Function to get all dependencies of npm package (recursively)
JavaScript