← back to Hollywood Wallcoverings

package.json

14 lines

{
  "name": "hollywood-wallcoverings",
  "version": "0.1.0",
  "description": "hollywoodwallcoverings.com — Hollywood Wallcoverings, a Designer Wallcoverings house-brand storefront (incl. the /CustomCreator made-to-measure mural tool)",
  "main": "server.js",
  "scripts": {
    "start": "node server.js"
  },
  "dependencies": {
    "express": "^4.22.1",
    "helmet": "^8.1.0"
  }
}