chats / package.json
R-Nozawa's picture
Update package.json
6a38377 verified
raw
history blame contribute delete
311 Bytes
{
"name": "chat-db",
"version": "1.0.0",
"description": "Chat Database",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.18.2",
"cors": "^2.8.5",
"axios": "^1.6.0",
"express-rate-limit": "^7.0.0",
"form-data": "^4.0.0"
}
}