3 Commits

Author SHA1 Message Date
Chad Bentz
31789e4b4b Enable full ESM support for Node 20+ and modern dependencies, update Jest and build output configuration
- Set "type": "module" in package.json to enable ESM throughout the project.
- Changed "main" in package.json to "dist/index.js" to point to the bundled output generated by ncc.
- Updated Jest configuration (jest.config.js) to ESM format and to use babel-jest for TypeScript transformation.
- Added/updated babel.config.js in ESM format to support TypeScript and ESM for Jest.
- Ensured test scripts use NODE_OPTIONS=--experimental-vm-modules for Jest ESM compatibility.
2025-05-12 17:09:08 +00:00
Justin Hutchings
109baa63fd Fix typescript errors 2023-01-20 00:43:26 +00:00
Justin Hutchings
6de9c7319f Convert from spdx parser to yaml - boilerplate 2023-01-19 20:10:29 +00:00