Tristan Yu
Fix TypeScript errors for image support in Week 2 tutorial tasks
9ff626c
{
"name": "transcreation-sandbox-server",
"version": "1.0.0",
"description": "Backend server for Transcreation Sandbox",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"dependencies": {
"express": "^4.18.2",
"cors": "^2.8.5",
"mongoose": "^8.0.3",
"dotenv": "^16.3.1",
"axios": "^1.6.2",
"cheerio": "^1.0.0-rc.12",
"uuid": "^9.0.1",
"bcryptjs": "^2.4.3",
"jsonwebtoken": "^9.0.2",
"express-rate-limit": "^7.1.5"
},
"devDependencies": {
"nodemon": "^3.0.2"
}
}