{
  "name": "callous-cloud",
  "type": "module",
  "version": "0.0.1",
  "scripts": {
    "dev": "astro dev",
    "start": "astro dev",
    "build": "astro build",
    "preview": "astro preview",
    "astro": "astro"
  },
  "dependencies": {
    "@astrojs/mdx": "^0.19.7",
    "@astrojs/rss": "^2.4.3",
    "@astrojs/sitemap": "^2.0.0",
    "@astrojs/tailwind": "^4.0.0",
    "astro": "^3.1.3",
    "tailwindcss": "^3.0.24"
  }
}