{
  "name": "echomeet-site",
  "type": "module",
  "version": "1.0.0",
  "description": "EchoMeet - AI-Powered Networking Assistant",
  "scripts": {
    "dev": "astro dev",
    "build": "astro build",
    "preview": "astro preview",
    "deploy": "./deploy.sh",
    "astro": "astro"
  },
  "dependencies": {
    "astro": "^5.9.2"
  }
}