Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new package: cli for checking dependencies #11

Open
paperdave opened this issue Jul 27, 2022 · 0 comments
Open

new package: cli for checking dependencies #11

paperdave opened this issue Jul 27, 2022 · 0 comments

Comments

@paperdave
Copy link
Owner

I've had issues with depcheck in the past. this is the tool I want to have:

  • scan for all used imports like chalk or @paperdave/types, and how they are used.
  • scan for dependencies specified in package.json scripts
  • print dependencies specified in package.json but not actually used
  • types imported count as a dev dependency unless the type in question is referenced in an exported type (i had an issue in Purplet where ForceSimplify was never resolved due to @paperdave/types being missing. this dependency lint tool should be able to catch that)
  • a --write param to write the package.json file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant