right now we have to do an `npm install` then `npm list --json > foo.txt` to get the NPM dependency tree. it'd be nice to have some kind of caching layer so that can be really fast given an arbitrary `package.json` file
right now we have to do an
npm installthennpm list --json > foo.txtto get the NPM dependency tree.it'd be nice to have some kind of caching layer so that can be really fast given an arbitrary
package.jsonfile