| # pnpm 10+ skips dependency build scripts unless they are approved here. | |
| # Without this, canvas never fetches its prebuilt binary and every import fails | |
| # with "Cannot find module '../build/Release/canvas.node'". | |
| # (The `pnpm` field in package.json is ignored as of pnpm 11 — this is its new home.) | |
| onlyBuiltDependencies: | |
| - canvas | |
| - ffmpeg-static | |
| - sharp | |
| - unrs-resolver | |