Generates dependencies information per Twilio's Open Source Software Release Approval requirements.
- Update two variables in the
.env.file:- Change
PACKAGE_JSON_FILE_PATHto be the the package.json file you wish to create dependency descriptions from. - Change
OUTPUT_FILE_PATHto be where to put the genereated dependecy descriptions file.
- Change
- Run
npm install. - Run
node index.jsto start the script.