# privatenumber/pkgroll

📦  Zero-config package bundler for Node.js + TypeScript

Repository: https://github.com/privatenumber/pkgroll
Canonical: https://ross.abutalabs.com/products/pkgroll
Language: TypeScript
License: NOASSERTION
License Family: other
Topics: javascript, bundler, typescript, commonjs, rollup, dts, exports, esm, cjs, declaration, noconfig, nodejs, zero-config
Last push: 2026-08-26T14:45:54+00:00

## Health v2 (maintenance only)
Score: 95/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 86, longevity 100
- inputs: {"age_days": 1616, "days_push": 7, "days_rel": 99, "gap_med": 3.0, "n_releases_24m": 57}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1562, forks 44 (observed 2026-08-28T04:05:04.012579+00:00)

## What it is
pkgroll is a zero-config JavaScript/TypeScript package bundler powered by Rollup. It reads entry-points from package.json exports and produces ESM, CommonJS, and .d.ts declaration outputs with a single command.

## Use cases
- bundle a TypeScript npm package with zero config
- build ESM and CommonJS outputs from one codebase
- generate bundled .d.ts declaration files
- build a CLI tool with hashbang insertion
- replace a complex rollup config for library builds
- watch mode rebuilds during package development

## When to avoid
- you're bundling a web app rather than an npm package
- you need advanced bundler plugins or custom transforms
- you need code splitting for complex multi-entry apps

## Facets
- artifact type: cli-tool
- maturity: active
- function: build-tool, cli, developer-tools
- domain: developer-tools, web-development, frontend
- platform: cli, cross-platform
- tags: bundler, rollup, typescript, esm, commonjs, declaration-files, zero-config, npm-packages, javascript, nodejs

## Member repositories
- privatenumber/pkgroll (main) score 95

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:04.012579+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:00:18.749305+00:00, confidence not recorded.
  - readme: https://github.com/privatenumber/pkgroll (fetched 2026-08-28T04:05:04.012579+00:00, sha 16f8b72546df)
  - registry_npm: https://registry.npmjs.org/pkgroll (fetched 2026-08-29T11:29:20.015373+00:00, sha a2c88e236cb4)
- Data as of 2026-08-30T08:39:29.467469+00:00.
