Development¶
npm i
npm run dev # tsx src/index.ts
npm run build # tsc → dist/
npm start # node dist/index.js
Tests & linting¶
npm test
npm run test:watch
npm run test:coverage
npm run lint
npm run lint:fix
npm run format
Project requires Node ≥ 18.18.