{
  "name": "jefferson-city-flying-service",
  "type": "module",
  "version": "1.0.0",
  "scripts": {
    "dev": "astro dev",
    "start": "astro dev",
    "build": "astro build",
    "build:staging": "astro build --mode staging",
    "preview": "astro preview",
    "astro": "astro"
  },
  "dependencies": {
    "astro": "^6.3.8",
    "@astrojs/node": "^10.1.1",
    "@tailwindcss/vite": "^4.3.0",
    "tailwindcss": "^4.3.0",
    "nodemailer": "^8.0.9",
    "kleur": "^4.1.5"
  },
  "devDependencies": {
    "@types/nodemailer": "^6.4.0"
  }
}
