| 13 | } |
| 14 | |
| 15 | interface SupportedPackageManagers { |
| 16 | npm: PackageManagerInfo; |
| 17 | pnpm: PackageManagerInfo; |
| 18 | yarn: PackageManagerInfo; |
| 19 | } |
| 20 | export const supportedPackageManagers: SupportedPackageManagers = { |
| 21 | npm: { |
| 22 | name: 'npm', |
nothing calls this directly
no outgoing calls
no test coverage detected