# npm 12 blocks package install scripts unless they are allowlisted. Electron's
# postinstall is what fetches the platform binary that scripts/build_app.py uses
# as the base of JolaCode.app, so without this `npm install` reports success and
# leaves node_modules/electron/dist empty.
#
# Scoped to this project on purpose: the machine-wide allowlist in ~/.npmrc stays
# as it is. electron is the only dependency here, so nothing else is widened.
allow-scripts=electron
