I want to know what type is a project and what dependencies, aliases, profiles and plugins if any exist: ```clojure {.... :project-dep-file-summary {:type :lein :plugins [[]] :dependencies [] :aliases [:foo :bar]}} ```