package.json
{
"name": "textiletuesday",
"version": "1.0.0",
"description": "Textile Tuesday — weekly textile feature by Designer Wallcoverings",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.18.2"
}
}