Comment by Anaminus
The lock file is 12 times larger than the entire source.
git clone -q https://github.com/paaatrick/playball.git
cd playball
echo $(du -bs package-lock.json | cut -f1) / $(du -bs src | cut -f1) | bc -l
The lock file is 12 times larger than the entire source.
git clone -q https://github.com/paaatrick/playball.git
cd playball
echo $(du -bs package-lock.json | cut -f1) / $(du -bs src | cut -f1) | bc -l