package.json
{
"name": "fashion-style-guides",
"version": "0.1.0",
"description": "Viewer + refresh agent for top 20 fashion brand style guides + Pantone Colors of the Year (Fashion & Home + Interiors).",
"main": "server.js",
"scripts": {
"start": "node server.js",
"refresh": "node agent/refresh.js",
"refresh:dry": "DRY_RUN=1 node agent/refresh.js"
},
"dependencies": {
"express": "^4.19.2"
},
"private": true
}