Follow

:

See what packages your project is no longer using with this one-liner:

```sh
npx npm-check | grep -i 'notused?' | rev | cut -d'?' -f2 | cut -d' ' -f1 | rev
```

(Treat the list as a hint: [npm-check](npmjs.com/package/npm-check) isn't capable of detecting all possible usages of all packages, so there might be false positives.)

Sign in to participate in the conversation
CleverLibre Social

CleverLibre Social is an inclusive social instance for open discussion, learning, and community.
All cultures welcome.
Hate speech and harassment strictly forbidden.