← back to Wallpaperestimator

package.json

14 lines

{
  "name": "wallpaperestimator",
  "version": "0.1.0",
  "description": "Wallpaper Estimator — pure client-side yardage calculator with closing CTA grid of curated wallpaper picks",
  "main": "server.js",
  "scripts": {
    "start": "node server.js"
  },
  "dependencies": {
    "express": "^4.21.0",
    "helmet": "^8.1.0"
  }
}