with Nodejs 23 the official way:
import packageJson from './package.json' with { type: 'json' };
works like a charm. See here for more info: https://www.stefanjudis.com/snippets/how-to-import-json-files-in-es-modules-node-js/