Skip to content

Instantly share code, notes, and snippets.

@jjsub
Created October 3, 2019 21:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jjsub/d6e1772f0755aae90c4f924dd807559a to your computer and use it in GitHub Desktop.
Save jjsub/d6e1772f0755aae90c4f924dd807559a to your computer and use it in GitHub Desktop.
// import dependencies into an array of strings.
const { dependencies } = require('./package.json');
const libs = Object.keys(dependencies);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment