It's a plugin for sbt that generates package.json does some other npm related stuff. I'm not sure about the status of this project, but it seems useful. Would be nice to have all necessary information defined in sbt and generate package.json from it:
some of it could be reused or derived, like license, repository, author, etc.
other things defined explicitly through the plugin keys, like npmMain and npmDependencies
But probably this plugin will need some improvement to be able to generate arbitrary stuff (like consumedServices/providedServices)
https://github.com/jokade/sbt-node
It's a plugin for sbt that generates
package.json
does some other npm related stuff. I'm not sure about the status of this project, but it seems useful. Would be nice to have all necessary information defined in sbt and generatepackage.json
from it:npmMain
andnpmDependencies
But probably this plugin will need some improvement to be able to generate arbitrary stuff (like
consumedServices
/providedServices
)