Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix assert Error on Build in Node 22+ (#199)
Newer versions of node do not support importing with the `assert` syntax and instead use `with` but this breaks the build on versions of node older than 22. To preserve compatibility with all node versions this code reads and parses the package.json file explicitly
- Loading branch information