packageJsonTemplateFile

@get:InputFile
@get:Optional
@get:PathSensitive(value = PathSensitivity.RELATIVE)
abstract val packageJsonTemplateFile: RegularFileProperty

Similar to packageJsonFile except allows the options to be overridden by the packageJson options.

See also