{
  "name": "pulsemv",
  "version": "1.0.0",
  "description": "",
  "main": "app.js",
  "scripts": {
    "localserver": "PORT=3010 node server.js",
    "start": "node app.js",
    "restart": "touch tmp/restart.txt",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "type": "commonjs",
  "dependencies": {
    "bcryptjs": "^3.0.3",
    "better-sqlite3": "^12.9.0",
    "cors": "^2.8.6",
    "dotenv": "^17.4.2",
    "express": "^5.2.1",
    "express-rate-limit": "^8.3.2",
    "helmet": "^8.1.0",
    "jsonwebtoken": "^9.0.3",
    "multer": "^2.1.1"
  }
}
