# FrameworkDetectionConfig

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/types/framework.types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/types/framework.types.ts#L150)

Framework detection configuration

## Properties

| Property | Type |
|---|---|
| `name` | `string` |
| `type` | `'frontend' | 'backend' | 'fullstack'` |
| `indicatorFiles` | `string[]` |
| `dependencies` | `string[]` |
| `filePatterns` | `RegExp[]` |
| `codePatterns` | `RegExp[]` |
| `priority` | `number` |
