{
  "name": "vitosms-gateway",
  "version": "1.0.0",
  "description": "Custom Marketing Cloud App for VitoSMS Gateway",
  "main": "app.js",
  "scripts": {
    "start": "node app.js"
  },
  "dependencies": {
    "axios": "^1.6.7",
    "cors": "^2.8.5",
    "express": "^4.19.2"
  }
}