imsnif/synp

Use npm-logical-tree to get a traversable dependency graph

Open

#5 opened on Nov 20, 2017

 (5 comments) (3 reactions) (0 assignees)JavaScript (42 forks)github user discovery
good first issuehelp wanted

Repository metrics

Stars
 (788 stars)
PR merge metrics
 (Avg merge 20h 41m) (1 merged PR in 30d)

Description

Right now, we're doing a lot of this manually, and flattening the package-lock.json file. It'll save a lot (and likely protect against future breakage) to use this instead:

https://www.npmjs.com/package/npm-logical-tree

Contributor guide