0.23.0-rc1

(fix): Introduce a custom configuration for arbitrary package json field. Now you can specify arbitrary key, value pairs that you want to be merged in the generated package.json.

1config:
2 packageJson:
3 dependencies:
4 my-dep: "2.0.0"
5 bin: "./index.js"