The package exposes two entrypoints:
df12-lints/oxlint-plugin— the Oxlint plugin (the main deliverable).df12-lints— package metadata. The root export providesoxlintPluginSpecifier, the stable plugin import path, so configuration code can reference it without repeating the literal string:
import { oxlintPluginSpecifier } from "df12-lints";
// oxlintPluginSpecifier === "df12-lints/oxlint-plugin"