Is there any plugin/library to see dependency tree?

Like maven or gradle can do:
maven example

       [INFO] +- org.springframework.boot:spring-boot-starter-data-jpa:jar:2.2.6.RELEASE:compile
        [INFO] |  +- org.springframework.boot:spring-boot-starter-aop:jar:2.2.6.RELEASE:compile
        [INFO] |  |  +- org.springframework:spring-aop:jar:5.2.5.RELEASE:compile
        [INFO] |  |  \- org.aspectj:aspectjweaver:jar:1.9.5:compile
        [INFO] |  +- org.springframework.boot:spring-boot-starter-jdbc:jar:2.2.6.RELEASE:compile
        [INFO] |  |  +- com.zaxxer:HikariCP:jar:3.4.2:compile
        [INFO] |  |  \- org.springframework:spring-jdbc:jar:5.2.5.RELEASE:compile
        [INFO] |  +- jakarta.activation:jakarta.activation-api:jar:1.2.2:compile
        [INFO] |  +- jakarta.persistence:jakarta.persistence-api:jar:2.2.3:compile

but for modules in roblox