{
  "framework": "nextjs",
  "outputDirectory": ".next",
  "buildCommand": "npm run build",
  "installCommand": "npm install",
  "devCommand": "npm run dev"
}