# dependencies

> An array of DependencyInfos listing all the packages this package directly depends on.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor.PackageManager](/engine/6000.6/script-reference/unityeditor/packagemanager.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public DependencyInfo[] dependencies { get; }
```
