Mistral_hackathon_2025 / package.json
remiD45's picture
push chat
8990a66
raw
history blame contribute delete
102 Bytes
{
"dependencies": {
"express": "^4.21.2"
},
"scripts": {
"start": "node app.js"
}
}