This is currently possible to add import declarations but there is no way to add NPM dependencies in the `package.json` file from the configuration. In addition, the `package.json` model does not handle `peerDependencies`. Here is an example useage: 1. Map `java.time.LocalDate` to JS Joda `LocalDate` 2. Import JS Joda package using `importDeclarations` 3. Add js joda package to `peerDependencies`, `devDependencies` and/or `dependencies.`