A package.json module manager
npx kiwo
or recursively for monorepos
npx kiwo -r
# kiwo
pnpm install kiwo -D
By default, npx kiwo or npx kiwo move only scans the package.json of the current command execution path
The -R or -r option can scan packages in the current command execution path and in subdirectories
Once we have selected the package we want to work on, we can choose how to move the dependencies, which by default is to move the dependencies
to the devdependencies
The -D or -d option can choose move devdependencies to dependencies