v0.1.4: Drop tsx, align scripts to bun-native execution
Drop tsx, align scripts to bun-native execution
Switches all package.json scripts from tsx to bun run for native Bun TS execution. Removes tsx from devDependencies. Adds funding block. Bumps start scripts from node to bun runtime.
Changed:
- All build/dev scripts migrated to
bun run testchanged tobunx vitest runstart:stdio/start:httpusebun ./dist/index.js; removed legacystartaliasengines.bunfloor bumped>=1.3.0→>=1.3.2
Removed:
tsxfrom devDependencies
Added:
fundingblock (GitHub Sponsors + Buy Me a Coffee)
61 tests pass; bun run devcheck clean.