{
  "name": "mpc-international-companion-sales-cpanel",
  "version": "1.1.0",
  "private": true,
  "description": "cPanel Node.js 22 production PayPal sales landing page and one-time digital delivery system.",
  "type": "module",
  "engines": {
    "node": ">=22.5.0 <25"
  },
  "scripts": {
    "start": "node app.js",
    "configure": "node scripts/configure.mjs",
    "preflight": "node scripts/preflight.mjs",
    "test": "node --test tests/*.test.mjs",
    "smoke": "node scripts/smoke-test.mjs"
  }
}
