Should be pretty straightforward to add a `check-deps` CLI action that takes: 1. An input file (or files) (or **all** files in repo not in `node_modules` or gitignored) 2.A `package.json` ... and then outputs: 1. Unused packages in `package.json` 2. Missing imports See https://www.npmjs.com/package/depcheck for other ideas...
Should be pretty straightforward to add a
check-depsCLI action that takes:node_modulesor gitignored)2.A
package.json... and then outputs:
package.jsonSee https://www.npmjs.com/package/depcheck for other ideas...