# @coveo/bueno

> [![npm version](https://badge.fury.io/js/@coveo%2Fbueno.svg)](https://badge.fury.io/js/@coveo%2Fbueno)

Latest version **1.1.9** (published 2026-04-08) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @coveo/bueno
pnpm add @coveo/bueno
yarn add @coveo/bueno
bun add @coveo/bueno
```

## Health

**Score 70/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; has provenance; high maintenance score; high quality score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 1.1.9 |
| Published | 2026-04-08 |
| First published | 2020-07-23 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | ^20.9.0 \|\| ^22.11.0 \|\| ^24.11.0 |
| Dependencies | 0 |
| Unpacked size | 38.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 68 |
| Maintainers | coveo-organization, coveoit, npmcoveo, pixhel, oa-npmcoveo |

## Links

- npm: https://www.npmjs.com/package/@coveo/bueno
- Repository: https://github.com/coveo/ui-kit
- Homepage: https://github.com/coveo/ui-kit#readme
- Issues: https://github.com/coveo/ui-kit/issues
- npm.io page: https://npm.io/package/@coveo/bueno

## Recent versions

- 1.1.9 (latest) — 2026-04-08
- 0.46.4 (v2-latest) — 2024-10-23
- 1.1.8 — 2026-03-25
- 1.1.7 — 2026-01-07
- 1.1.6 — 2026-01-06
- 1.1.5 — 2025-10-30
- 1.1.4 — 2025-10-30
- 1.1.4-pre.fcd4a532c1 — 2025-10-08
- 1.1.4-pre.017bb5b84a — 2025-10-08
- 1.1.4-pre.e038daa1da — 2025-10-08
- 1.1.4-pre.0856f0ae72 — 2025-10-08
- 1.1.4-pre.6cde61c13d — 2025-10-08
- 1.1.4-pre.0cd3dc396f — 2025-10-08
- 1.1.4-pre.f136b59d99 — 2025-10-08
- 1.1.4-pre.505a00bbb5 — 2025-10-08
- … 877 more at https://npm.io/package/@coveo/bueno/versions

## README

[![npm version](https://badge.fury.io/js/@coveo%2Fbueno.svg)](https://badge.fury.io/js/@coveo%2Fbueno)

# Bueno

A simple validator.

### Getting started

Once you have cloned the repo, follow the instructions in the top-level [README.md](https://github.com/coveo/ui-kit/src/main/README.md) to install dependencies and link packages.

To start the project in development mode, run:

```bash
pnpm run dev
```

To build the library for production, run:

```bash
pnpm run build
```

To run the unit tests for the components, run:

```bash
pnpm test
```

To run the unit tests for the components and watch, run:

```bash
pnpm run test:watch
```

---
_Source: https://npm.io/package/@coveo/bueno · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
