lofi-remix-api-backup / package.json
imran056's picture
Create package.json
091c4d9 verified
raw
history blame contribute delete
262 Bytes
{
"name": "lofi-remix-api",
"version": "1.0.0",
"description": "LoFi remix API",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.18.2",
"multer": "^1.4.5-lts.1",
"cors": "^2.8.5"
}
}