#How can I access package.json fields ?

3 messages · Page 1 of 1 (latest)

digital cosmos
#

How can I access package.json fields ?

thorn furnace
#

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

digital cosmos
#

just that ? Maybe I was overthinking it. Will try. Just a min.