---
url: 'https://adk.nht.io/api/batteries/media/lint/variables/ENGINE_PEERS.md'
description: >-
  The optional peer dependencies each bundled engine subpath lazily imports at
  runtime. Keyed by the engine's subpath suffix (after `engines/`). An engine
  with no external peer (soffice, fs_workspace) is absent — there's nothing to
  install. Kept in lockstep with the engines' actual `import(...)` calls by
  `engine_peers_drift.node.spec.ts`.
---

# Variable: ENGINE\_PEERS

```ts
const ENGINE_PEERS: Record<string, readonly string[]>;
```

Defined in: [src/batteries/media/lint.ts:460](https://github.com/NHTIO/ADK/blob/v1.20260713.1/src/src/batteries/media/lint.ts#L460)

The optional peer dependencies each bundled engine subpath lazily imports at runtime.
Keyed by the engine's subpath suffix (after `engines/`). An engine with no external peer
(soffice, fs\_workspace) is absent — there's nothing to install. Kept in lockstep with the
engines' actual `import(...)` calls by `engine_peers_drift.node.spec.ts`.
