{
  "name": "lan-notes",
  "version": "1.0.0",
  "description": "A markdown notes app for your local network, with live preview and shared storage across devices.",
  "private": true,
  "type": "commonjs",
  "main": "server.js",
  "scripts": {
    "start": "node server.js",
    "hash-password": "node scripts/hash-password.js"
  },
  "dependencies": {
    "@fontsource-variable/inter": "^5.3.0",
    "bcryptjs": "^3.0.3",
    "dotenv": "^17.4.2",
    "express": "^4.19.2",
    "express-rate-limit": "^8.6.2",
    "express-session": "^1.19.0",
    "marked": "^18.0.9",
    "session-file-store": "^1.5.0"
  }
}
