A build pipeline tool for packaging Node.js applications into single executable binaries using Node.js Single Executable Applications (SEA). Version 0.1.20 compiles TypeScript with tsc, bundles with esbuild, generates a SEA blob, injects it into the Node.js binary, and optionally signs the resulting executable for distribution. Key differentiators: integrates TypeScript compilation, bundling, and SEA injection into one pipeline; supports code signing on Windows. Caution: SEA is experimental and Node-version-dependent; not recommended for production without controlling the Node runtime version.
npm install tx-webbr-automationNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates an SEA executable from a bundled JavaScript file, using a custom Node binary.
Ensure the Node.js executable used for injection matches the target runtime version exactly.
Run with NODE_DEBUG=sea to get detailed SEA logs.
Use signtool on Windows to sign the executable.
Use import syntax or dynamic import() instead.
Change to import { ... } from 'tx-webbr-automation' or use dynamic import().Ensure the directory for the blob output exists, or use an absolute path.
Provide the correct path to the Node.js binary (node.exe on Windows).
No dependency data recorded yet.