Install the dependencies:
{{ packageManager }} install{{ packageManager }} run build: Build the library.{{ packageManager }} run check: Run static checks, including lint and format.{{ packageManager }} run dev: Build the library in watch mode.{{ packageManager }} run format: Format code.{{ packageManager }} run lint: Lint code.{{ packageManager }} run test: Run tests.{{ packageManager }} run test:watch: Run tests in watch mode.