{
  "name": "project",
  "version": "1.0.0",
  "private": true,
  "scripts": {
    "start": "nodemon ./bin/www",
    "build": "npx tailwindcss -i ./src/style.css -o ./public/css/style.css --watch --minify",
    "test": "jest",
    "format": "npx prettier --write ."
  },
  "dependencies": {
    "@prettier/plugin-pug": "^2.3.0",
    "chalk": "^4.1.2",
    "compression": "^1.7.4",
    "cookie-parser": "~1.4.4",
    "cors": "^2.8.5",
    "debug": "~2.6.9",
    "dotenv": "^16.3.1",
    "express": "~4.18.2",
    "express-rate-limit": "^6.9.0",
    "helmet": "^7.0.0",
    "http-errors": "~1.6.3",
    "jest": "^29.3.1",
    "morgan": "~1.9.1",
    "pug": "3.0.1",
    "supertest": "^6.3.2",
    "tailwindcss": "^3.2.4"
  },
  "devDependencies": {
    "prettier": "^2.8.0",
    "prettier-plugin-tailwindcss": "^0.2.0"
  }
}
