Why there is no package visibility modifier?

Hi, I dont see package level visibility modifier in Kotlin, whereas i can find internal visibility modifier. Is there any reason why package modifier is skipped? I am sure internal modifier is not a replacement of package modifier, Kotlin scripts can have many classes and objects in one file.

This was discussed multiple times already; check out this thread for example.