# @tryghost/root-utils

Latest version **2.3.13** (published 2026-09-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install @tryghost/root-utils
pnpm add @tryghost/root-utils
yarn add @tryghost/root-utils
bun add @tryghost/root-utils
```

## Health

**Score 55/100 (C)** — status: active.

Positive: no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads; no types; no esm support.

## Facts

| | |
|---|---|
| Version | 2.3.13 |
| Published | 2026-09-03 |
| First published | 2021-06-14 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 37 |
| Author | Ghost Foundation |
| Maintainers | zimoatghost, allouis, kernalghost, chrisraible, erisds, johnonolan, kevinansfield, cobbspur, aileencgn, jloh, minimaluminium, sam-lord, pauladamdavis, bobvaneck, joeegrigg, hadret, erik-ghost, sagzy, vershwal, zach1618, mike182uk, luissazevedo, lsinger, nickmoreton, renatoworks, rblstr-ghost, evanhahn-ghost, austin.burdine, weylandswart, ghost-slimer, tmciesco, jonatan-ghost, 9larsons |

## Links

- npm: https://www.npmjs.com/package/@tryghost/root-utils
- Repository: https://github.com/TryGhost/framework
- npm.io page: https://npm.io/package/@tryghost/root-utils

## Recent versions

- 2.3.13 (latest) — 2026-09-03
- 2.3.12 — 2026-09-01
- 2.3.11 — 2026-09-01
- 2.3.10 — 2026-08-26
- 2.3.9 — 2026-08-20
- 2.3.8 — 2026-08-17
- 2.3.7 — 2026-08-12
- 2.3.6 — 2026-07-23
- 2.3.5 — 2026-07-22
- 2.3.4 — 2026-07-20
- 2.3.3 — 2026-07-20
- 2.3.2 — 2026-07-15
- 2.3.1 — 2026-06-24
- 2.3.0 — 2026-06-20
- 2.2.3 — 2026-06-12
- … 55 more at https://npm.io/package/@tryghost/root-utils/versions

## README

# Root Utils

## Install

`npm install @tryghost/root-utils --save`

or

`pnpm add @tryghost/root-utils`

## Purpose

Utilities for resolving and working with the effective process root across Ghost packages.

## Usage

## Develop

This is a mono repository, managed with [Nx](https://nx.dev).

Follow the instructions for the top-level repo.

1. `git clone` this repo & `cd` into it as usual
2. Run `pnpm install` to install top-level dependencies.

## Run

- `pnpm dev`

## Test

- `pnpm lint` runs oxlint
- `pnpm test` runs lint and tests

# Copyright & License

Copyright (c) 2013-2026 Ghost Foundation - Released under the [MIT license](LICENSE).

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