{
  "name": "adamant-todos-sync",
  "version": "1.0.0",
  "private": true,
  "description": "Tiny Express + SSE sync server for /todos/ PWA. JSON file persistence, single-user shared state.",
  "main": "server.js",
  "scripts": {
    "start": "node server.js"
  },
  "dependencies": {
    "express": "^4.19.2"
  }
}
