Felix
06/20/2023, 10:00 AMjs(IR) {...}
), what is the way to obtain all required files to publish the library on NPM, namely:
• How is the libraries package.json created?
• Is the kotlin standard library and kotlinx libraries (e.g. coroutines) bundled in the library or referenced from the created package.json?Big Chungus
06/20/2023, 10:02 AMBig Chungus
06/20/2023, 10:03 AMFelix
06/20/2023, 10:06 AMBig Chungus
06/20/2023, 10:36 AMBig Chungus
06/20/2023, 10:37 AMFelix
06/20/2023, 11:24 AM<root>/build/js/packages/<project-name>
a good starting point? It already contains a package.json
.Big Chungus
06/20/2023, 11:30 AMBig Chungus
06/20/2023, 11:31 AMFelix
06/20/2023, 11:31 AM