"scripts": {
"post-install-cmd": [
"move bitrix/components/bxuni/bxuni local/components/bxuni",
"rmdir bitrix/components/bxuni"
],
"post-update-cmd": [
"composer run-script post-install-cmd"
]
}