{
  "name": "ucs-backend",
  "version": "0.1.0",
  "description": "Backend for the Universal Comment System",
  "main": "src/main.mjs",
  "author": "alloca",
  "license": "MPL-2.0",
  "repository": {
    "type": "git",
    "url": "https://git.alloca.space/me/ucs.git"
  },
  "scripts": {
    "start": "nodemon src/main.mjs",
    "prod": "NODE_ENV=production node src/main.mjs",
    "test": "echo \"Error: no test specified\" && exit 1",
    "format": "npx prettier src --write --tab-width 4",
    "lint": "npx eslint src"
  },
  "dependencies": {
    "@blackglory/better-sqlite3-migrations": "^0.1.19",
    "better-sqlite3": "^11.8.1",
    "compression": "^1.8.0",
    "config": "^3.3.12",
    "cors": "^2.8.5",
    "express": "^4.21.2",
    "express-rate-limit": "^7.5.0",
    "feed": "^4.2.2",
    "helmet": "^8.0.0",
    "morgan": "^1.10.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.22.0",
    "eslint": "^9.22.0",
    "globals": "^16.0.0",
    "nodemon": "^3.1.9",
    "prettier": "3.5.3"
  }
}