Remove all dependencies with match name
> npx depnot [npm | yarn | pnpm] [package-name] [with-dependencies]
Uninstall all eslint packages from package.json using yarn
> npx depnot yarn eslint
Uninstall all react-native dependencies and devDependencies from package.json using npm
> npx depnot npm react-native -D