{
  "name": "redray-holdings-app",
  "version": "1.0.0",
  "description": "REDRAY HOLDINGS — data bundle reselling platform for MTN, Telecel and AirtelTigo (Ghana). Plain Node.js (no web framework) + MySQL + Paystack.",
  "main": "server/index.js",
  "scripts": {
    "start": "node server/index.js"
  },
  "keywords": ["ghana", "data-bundles", "paystack", "mysql"],
  "author": "",
  "license": "ISC",
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "mysql2": "^3.24.2"
  }
}
