- Bun — package manager and script runner. Use
bun install,bun run <script> - tsup — bundling the
@nextlytics/corepackage - Vitest — testing
bun run typecheck # Type check all packages
bun run build # Build all packages
bun run lint # Lint all packages
bun run test # Run tests
bun run format # Format code with Prettier
bun run format:check # Check formatting
bun run website:dev # Run website in dev modeNEVER use pnpm!