{
  "name": "server",
  "version": "1.0.0",
  "main": "server.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "serve": "nodemon server.js",
    "dev": "nodemon server.js",
    "start": "node server.js"
  },
  "author": "",
  "license": "ISC",
  "keywords": [],
  "description": "",
  "dependencies": {
    "axios": "^1.6.7",
    "cors": "^2.8.5",
    "express": "^4.18.2",
    "firebase": "^10.8.0",
    "fs": "^0.0.1-security",
    "nodemailer": "^6.9.8",
    "nodemon": "^3.1.0",
    "sib-api-v3-sdk": "^8.5.0",
    "stripe": "^14.13.0"
  }
}
