#How can I access package.json fields ?
3 messages · Page 1 of 1 (latest)
3 messages · Page 1 of 1 (latest)
How can I access package.json fields ?
You can either import the package.json directly (know that that will effect the dist structure) or you can read the file using the fs package and JSON.parse it
just that ? Maybe I was overthinking it. Will try. Just a min.