# just-task

> Build task definition library

Latest version **1.14.1** (published 2026-06-06) · MIT license · 0 weekly downloads

## Install

```sh
npm install just-task
pnpm add just-task
yarn add just-task
bun add just-task
```

Provides the command `just`.

## Health

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

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

Warnings: low downloads; no esm support.

## Facts

| | |
|---|---|
| Version | 1.14.1 |
| Published | 2026-06-06 |
| First published | 2018-12-05 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=14 |
| Dependencies | 11 |
| Unpacked size | 66.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 2026 |
| Author | Ken Chau |
| Maintainers | microsoft1es, microsoft-oss-releases, kenotron, kenotron_msft, ecraig12345_msft |

## Links

- npm: https://www.npmjs.com/package/just-task
- Repository: https://github.com/microsoft/just
- Homepage: https://microsoft.github.io/just/
- Issues: https://github.com/microsoft/just/issues
- npm.io page: https://npm.io/package/just-task

## Dependencies (11)

- [bach](https://npm.io/package/bach.md) ^2.0.0
- [chalk](https://npm.io/package/chalk.md) ^4.0.0
- [resolve](https://npm.io/package/resolve.md) ^1.19.0
- [chokidar](https://npm.io/package/chokidar.md) ^3.5.2
- [fs-extra](https://npm.io/package/fs-extra.md) ^11.0.0
- [undertaker](https://npm.io/package/undertaker.md) ^2.0.0
- [yargs-parser](https://npm.io/package/yargs-parser.md) ^20.2.3
- [@types/chokidar](https://npm.io/package/@types/chokidar.md) ^2.1.3
- [@types/undertaker](https://npm.io/package/@types/undertaker.md) ^1.2.8
- [@types/yargs-parser](https://npm.io/package/@types/yargs-parser.md) ^20.2.2
- [undertaker-registry](https://npm.io/package/undertaker-registry.md) ^2.0.0

## Recent versions

- 1.14.1 (latest) — 2026-06-06
- 1.14.0 — 2026-06-04
- 1.13.0 — 2025-12-11
- 1.12.0 — 2025-03-28
- 1.11.0 — 2024-12-10
- 1.10.0 — 2024-03-26
- 1.9.0 — 2024-03-02
- 1.8.0 — 2023-09-12
- 1.7.2 — 2023-03-10
- 1.7.1 — 2023-03-09
- 1.7.0 — 2022-11-18
- 1.6.1 — 2022-09-16
- 1.6.0 — 2022-09-10
- 1.5.1 — 2022-09-10
- 1.5.0 — 2022-03-31
- … 60 more at https://npm.io/package/just-task/versions

## README

# just-task

[![npm version](https://badge.fury.io/js/just-task.svg)](https://badge.fury.io/js/just-task)
[![NPM Downloads](https://img.shields.io/npm/dm/just-task.svg?style=flat)](https://www.npmjs.com/package/just-task)

<!-- start shared -->

`Just` is a library that organizes build tasks for your JS projects. It consists of:

- `just-task`: a build task definition library
- `just-scripts`: sane preset build flows for node and browser projects featuring TypeScript, Webpack and Jest

## Documentation

All the documentation is online at https://microsoft.github.io/just/

<!-- end shared -->

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