Keyang / node-csvtojson

Blazing fast and Comprehensive CSV Parser for Node.JS / Browser / Command Line.
MIT License
2.02k stars 270 forks source link

package includes development artifacts #393

Open amphro opened 4 years ago

amphro commented 4 years ago

Running npm install csvtojson will install the package with a lot of development artifacts.

image

The .ts-node is particularly causing problems for use because it is blowing out file path lengths on windows within our CLI.

This could be resolved with just doing a files property in the package.json. Are those shipped for any specific reason?

joeyleshatwork commented 3 years ago

This is also open as an issue here: https://github.com/Keyang/node-csvtojson/issues/387