# @heroku/buildpack-registry

> Node.js/TypeScript library for interfacing with the Heroku Buildpack Registry

Latest version **1.0.3** (published 2026-07-14) · MIT license · 0 weekly downloads

## Install

```sh
npm install @heroku/buildpack-registry
pnpm add @heroku/buildpack-registry
yarn add @heroku/buildpack-registry
bun add @heroku/buildpack-registry
```

## Health

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

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

Warnings: low downloads; no esm support.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2026-07-14 |
| First published | 2018-10-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >= 20 |
| Dependencies | 3 |
| Unpacked size | 16 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 0 |
| Author | Terence Lee |
| Maintainers | salesforce-releases, heroku-front-end, pritamnaik, akitanaka, ytakamura, jlopezdan, eleary, jsullivandigs, ntonollier, ptemporini, sheax0r, tcareysmith-sfdc, nlanatta, chap-heroku, k80bowman, sbosio_sf, eblack, tlowrimore, sfjonnpm, heroku-johnny, erika.wallace, nrenke, michael.malave |

## Links

- npm: https://www.npmjs.com/package/@heroku/buildpack-registry
- Repository: https://github.com/heroku/buildpack-registry.js
- Homepage: https://github.com/heroku/buildpack-registry.js#readme
- Issues: https://github.com/heroku/buildpack-registry.js/issues
- npm.io page: https://npm.io/package/@heroku/buildpack-registry

## Dependencies (3)

- [tslib](https://npm.io/package/tslib.md) ^2.8.1
- [true-myth](https://npm.io/package/true-myth.md) ^2.0.0
- [node-fetch](https://npm.io/package/node-fetch.md) ^2.2.0

## Recent versions

- 1.0.3 (latest) — 2026-07-14
- 1.0.2-beta.0 (beta) — 2026-07-14
- 1.0.2 — 2026-06-12
- 1.0.1 — 2018-10-17
- 1.0.0 — 2018-10-17

## README

# buildpack-registry.js

Node.js/TypeScript library for interacting with the [Heroku Buildpack Registry](https://devcenter.heroku.com/articles/buildpack-registry).

## Related

If you are looking for the heroku CLI plugin:

```
$ heroku plugins:install @heroku-cli/plugin-buildpack-registry
```

It is at a different (private) repo [`@heroku-cli/plugin-buildpack-registry`](https://github.com/heroku/plugin-buildpack-registry). That plugin uses this library to interact with the buildpack registry.

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