← back to Stars of Design

package.json

28 lines

{
  "name": "starsofdesign",
  "version": "0.1.0",
  "private": true,
  "description": "Stars of Design — profile directory of notable interior designers and the wallcoverings that match their signature style.",
  "main": "server.js",
  "scripts": {
    "start": "node server.js",
    "dev": "node server.js",
    "test": "node test/smoke.js",
    "smoke": "node test/smoke.js"
  },
  "dependencies": {
    "compression": "^1.8.1",
    "cookie-parser": "^1.4.7",
    "dotenv": "^16.6.1",
    "ejs": "^3.1.10",
    "express": "^4.21.0",
    "express-rate-limit": "^8.5.1",
    "helmet": "^8.1.0",
    "morgan": "^1.10.0",
    "pg": "^8.20.0"
  },
  "engines": {
    "node": ">=20"
  }
}