gdsestimating / dxf-parser

A javascript parser for DXF files. It reads DXF file strings into one large javascript object with more readable properties and a more logical structure.
MIT License
462 stars 143 forks source link

package.json updates, fix typos in `README.md` and add some missing type annotations tsc was complaining about #106

Open darcyparker opened 1 year ago

darcyparker commented 1 year ago

See commit comments.

I just noticed (after the fact) that you have a bunch of PRs created by bot that were probably automated. I think it is better to take this PR because I did the updates carefully by hand with a combination of npm install and npm audit fix...

darcyparker commented 1 year ago

Note: I chose node v16 for .node-version and .nvmrc because there are breaking changes in v17...

You may have some feedback for engines in package.json and want to support a wider range?