@well-known-js/gpc
v1.0.1
Published
Generate Global Privacy Control support resources.
Maintainers
Readme
@well-known-js/gpc
Generate and validate a Global Privacy Control support resource for /.well-known/gpc.json.
Installation
pnpm add @well-known-js/gpcUsage
import { gpc } from "@well-known-js/gpc";
gpc({
gpc: true,
lastUpdate: "2026-09-12",
});lastUpdate accepts an RFC 3339 full date or date-time. The generated JSON uses
application/json at:
/.well-known/gpc.jsonUnknown members are preserved, as required for forward-compatible consumers.
