@dailydotdev/node-common
v0.0.8
Published
Shared packages for daily.dev Node.js projects
Readme
@dailydotdev/node-common
Shared packages for daily.dev Node.js projects.
Installation
pnpm add @dailydotdev/node-commonUsage
Each module is importable via subpath exports:
import { sleep } from "@dailydotdev/node-common/utils";
await sleep(1000); // pause for 1 secondModules
See MODULES.md for the full list of available modules.
Development
Prerequisites: Node.js 22+, pnpm
| Script | Command | Description |
| ----------- | ---------------- | ---------------------------------- |
| build | pnpm build | Build all modules to dist/ |
| dev | pnpm dev | Watch mode with automatic rebuilds |
| typecheck | pnpm typecheck | Run TypeScript type checking |
| lint | pnpm lint | Lint the codebase |
| lint:fix | pnpm lint:fix | Lint and auto-fix issues |
| format | pnpm format | Format all files with Prettier |
License
BSD-3-Clause
