Hello, Packaging puppeteer at least seems doable. I have managed to get the unit tests passing with Debian-provided chromium, of course with cutting some edges by installing missing dependencies via 'npm i'. The most troubling part seems to be the usage of @types/node v10 (Debian has v13), and I have no idea how to resolve this.
I have pushed my packaging efforts to salsa [1] should anyone be interested. [1] https://salsa.debian.org/js-team/node-puppeteer Andrius