Skip to content

Instantly share code, notes, and snippets.

@jkriss
Created June 29, 2020 19:44
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 jkriss/5c74a285c8f2479fda4b79cc6ca4ef44 to your computer and use it in GitHub Desktop.
Save jkriss/5c74a285c8f2479fda4b79cc6ca4ef44 to your computer and use it in GitHub Desktop.
list flat dependencies from package.json
cat pacakge.json | jq -r '.dependencies|keys|join(" ")'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment