{
#if (!(${liferayVersion.startsWith("7.0")} || ${liferayVersion.startsWith("7.1")}))
	"config": {
		"imports": {
			"dynamic-data-mapping-form-field-type": {
				"/": ">=4.0.25"
			}
		}
	},
#else
	"preset": "liferay-npm-bundler-preset-standard",
#end
#if (${buildType} != "gradle")
	"output": "target/classes/META-INF/resources"
#else
	"output": "build/resources/main/META-INF/resources"
#end
}