Package metadata needed for association validation
| 67 | |
| 68 | /** Package metadata needed for association validation */ |
| 69 | interface PackageWithMeta { |
| 70 | maintainers?: Array<{ name: string }> |
| 71 | repository?: { url?: string } |
| 72 | deprecated?: string |
| 73 | } |
| 74 | |
| 75 | /** |
| 76 | * Get all possible create-* package name patterns for a given package. |
nothing calls this directly
no outgoing calls
no test coverage detected