# FredKSchott/pika-pack

📦⚡️ Build your npm package using composable plugins. https://www.pika.dev/blog/introducing-pika-pack/

Repository: https://github.com/FredKSchott/pika-pack
Canonical: https://ross.abutalabs.com/products/pika-pack
Language: JavaScript
License: NOASSERTION
License Family: other
Archived: true
Last push: 2022-04-10T00:00:46+00:00

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

## Adoption (not part of the score)
Stars 2285, forks 32 (observed 2026-08-28T04:06:34.012289+00:00)

## What it is
@pika/pack is a build pipeline tool that composes single-purpose plugins (wrapping tools like Babel and Rollup) to build npm packages for multiple environments. It generates the entire package output, including a fully configured package.json manifest with entry points like main, module, types, and unpkg.

## Use cases
- build an npm package for node, web, and typescript consumers from one pipeline
- generate package.json entry points automatically
- bundle a package with rollup without manual config
- compile typescript definitions from javascript source
- build a wasm package with js bindings

## When to choose
- you publish npm packages targeting multiple environments (node, web, unbundled esnext)
- you want zero-config builds via pre-configured plugins
- you want package.json manifest generation handled for you

## When to avoid
- you need a general-purpose application bundler rather than a package builder
- you need actively maintained tooling - the project has seen little activity since 2022
- your build needs fall outside the available plugin set

## Facets
- artifact type: library
- maturity: maintenance
- function: build-tool, package-manager, developer-tools
- domain: developer-tools, web-development
- platform: cli, cross-platform
- tags: npm-packages, build-pipeline, plugins, babel, rollup, package-json-generation, esm, javascript, nodejs

## Member repositories
- FredKSchott/pika-pack (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:34.012289+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-30T02:41:03.669770+00:00, confidence not recorded.
  - readme: https://github.com/FredKSchott/pika-pack (fetched 2026-08-28T04:06:34.012289+00:00, sha 0047a5095223)
- Data as of 2026-08-30T08:39:29.467469+00:00.
