← back to Naturaltextilewallpaper

package.json

15 lines

{
  "name": "naturaltextilewallpaper",
  "version": "0.1.0",
  "description": "Natural Textile Wallpaper — category aggregator for natural-fiber wallcoverings",
  "main": "server.js",
  "scripts": {
    "start": "node server.js",
    "pull": "node scripts/pull-from-shopify.js"
  },
  "dependencies": {
    "express": "^4.18.2",
    "helmet": "^7.1.0"
  }
}