{
  "name": "ai-gateway",
  "version": "1.0.0",
  "private": true,
  "description": "Lightweight AI Gateway for cPanel Node.js Hosting",
  "main": "app.js",
  "scripts": {
    "start": "node app.js"
  },
  "dependencies": {
    "compression": "^1.8.1",
    "cors": "^2.8.5",
    "dotenv": "^16.4.5",
    "express": "^4.21.0"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
