https://github.com/sindresorhus/type-fest/blob/main/source/package-json.d.ts#L508
Change to:
engines?: {
[EngineName in LiteralUnion<'npm' | 'node', string>]?: string;
};
The contribution file only mentions new types, so not sure how to proceed. Happy to open a PR myself; just let me know.