79230560

Date: 2024-11-27 13:51:56
Score: 2
Natty:
Report link

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/

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: nikelone