← back to Dw Pairs Well

package.json

16 lines

{
  "name": "dw-pairs-well",
  "version": "0.1.2",
  "description": "Returns 6 design-coordinating wallcoverings for any DW SKU — powers the Pairs Well With This Design button on Shopify product pages.",
  "main": "server.js",
  "scripts": {
    "start": "node server.js",
    "dev": "PORT=9813 node server.js"
  },
  "dependencies": {
    "dotenv": "^16.4.5",
    "express": "^4.19.2",
    "pg": "^8.11.5"
  }
}