From: Chris Duncan Date: Fri, 17 Jul 2026 05:06:08 +0000 (-0700) Subject: Enable postinstall scripts for specific versions of esbuild, which configures the... X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=be0a123411f7815f51b0be57fbbddc9862451d74;p=nano-pow.git Enable postinstall scripts for specific versions of esbuild, which configures the correct binary for the current platform, and puppeteer, which downloads headless Chrome. --- diff --git a/package.json b/package.json index 21eff47..2aee100 100644 --- a/package.json +++ b/package.json @@ -64,6 +64,10 @@ "optionalDependencies": { "puppeteer": "^25.3.0" }, + "allowScripts": { + "esbuild@0.28.1": true, + "puppeteer@25.3.0": true + }, "type": "module", "exports": { ".": {