{
  "name": "randemail-proxy",
  "version": "1.0.0",
  "private": true,
  "description": "Server-side proxy for the SimpleLogin API. Holds the API key server-side; frontend PWA at /RandEmail/ talks to /RandEmail/api/* only.",
  "main": "server.js",
  "scripts": {
    "start": "node server.js"
  },
  "dependencies": {
    "express": "^4.19.2"
  }
}
