dependency-check-team / dependency-check

checks which modules you have used in your code and then makes sure they are listed as dependencies in your package.json
https://npmjs.org/dependency-check
545 stars 38 forks source link

Add support for a `.dcignore` or similar file #208

Closed voxpelli closed 7 months ago

voxpelli commented 2 years ago

So that one can set up a common file for developer dependencies like:

@types/*
*eslint*
dependency-check
installed-check
npm-run-all
type-fest
type-coverage
typescript
webpack-cli
voxpelli commented 2 years ago

Related: