A TypeScript transpiler and bundler with minimal dependencies. Currently at version 0.0.1 with slow release cadence. Targets Node >=8.5.0. Differentiates itself as a lightweight alternative to larger build tools like webpack or rollup, though still in early development with no documentation or community adoption.
npm install tscraftNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows transpile and bundle usage with type annotations.
Use ESM imports with 'import' syntax and ensure your project is configured for ESM (type: 'module' in package.json).
Prefer import { transpile } from 'tscraft' over import tscraft from 'tscraft'.Upgrade Node.js to version 8.5.0 or later.
Run 'npm install tscraft' and ensure project is ESM-enabled (type: 'module' in package.json).
Add 'type': 'module' to package.json or rename file to .mjs.
Use named imports: import { transpile } from 'tscraft'.