1j01 / jspaint

🎨 Classic MS Paint, REVIVED + ✨Extras
https://jspaint.app/about
MIT License
7.22k stars 562 forks source link

Add license processing #145

Closed christianliebel closed 4 years ago

christianliebel commented 4 years ago

This PR introduces the npm run license-checker command, which would have to be run after new production packages are added (ideally, it’s run before a new deployment—see #144). The command creates a 3rdpartylicense.txt file with all npm production packages along with their licenses.

The licenses are shown in the about dialog.

Closes #63