node-csvtojson icon indicating copy to clipboard operation
node-csvtojson copied to clipboard

package includes development artifacts

Open amphro opened this issue 4 years ago • 1 comments

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?

amphro avatar Jul 07 '20 21:07 amphro

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

joeyleshatwork avatar May 10 '21 18:05 joeyleshatwork