| Current Path : /var/node/inatote/Inatote-Backend/node_modules/.bin/ |
| Current File : /var/node/inatote/Inatote-Backend/node_modules/.bin/parse-nodejs-lockfile |
#!/usr/bin/env node
const inspect = require('../dist/index')
inspect.buildDepTreeFromFiles('./', 'package.json', 'package-lock.json')
.then((tree) => {
console.log(JSON.stringify(tree));
})
.catch(console.error);