fern-api / fern

Input OpenAPI. Output SDKs and Docs.
https://buildwithfern.com
Apache License 2.0
2.6k stars 139 forks source link

added custom package json config #3832

Closed jmedway614 closed 3 months ago

jmedway614 commented 3 months ago

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.

  config: 
    packageJson: 
      dependencies: 
        my-dep: "2.0.0"
      bin: "./index.js"