package.json
{
"name": "wallpaperdictionary",
"version": "0.1.0",
"description": "A-Z dictionary of wallpaper terms — wallpaperdictionary.com",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.22.1"
}
}