{
  "name": "badru",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint",
    "logo:transparent": "node scripts/make-logo-transparent.mjs",
    "logos:transparent": "node scripts/transparent-brand-logos.mjs"
  },
  "dependencies": {
    "lenis": "^1.3.21",
    "next": "^15.5.15",
    "react": "^19.2.5",
    "react-dom": "^19.2.5"
  },
  "devDependencies": {
    "@types/node": "^25.5.0",
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "eslint": "^9.39.4",
    "eslint-config-next": "^16.2.2",
    "sharp": "^0.34.5",
    "typescript": "6.0.2"
  }
}
