{
  "name": "nextjs",
  "displayName": "Next.js",
  "framework": "nextjs",
  "description": "Next.js 16 App Router with TypeScript",
  "compatibility": {
    "auth": ["better-auth"]
  },
  "files": [
    "app/",
    "components/",
    "lib/",
    "public/",
    ".env.example",
    ".gitignore",
    "eslint.config.mjs",
    "next.config.ts",
    "package.json",
    "postcss.config.mjs",
    "README.md",
    "tsconfig.json"
  ],
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "eslint"
  }
}
