Spaces:
Sleeping
Sleeping
File size: 670 Bytes
3a96436 71216b3 3a96436 b055698 b36f02b b055698 3a96436 b055698 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | {
"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",
"seed": "node seed-database.js"
},
"dependencies": {
"axios": "^1.6.2",
"bcryptjs": "^2.4.3",
"cheerio": "^1.0.0-rc.12",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-rate-limit": "^7.1.5",
"googleapis": "^118.0.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.0.3",
"multer": "^1.4.5-lts.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"nodemon": "^3.0.2"
}
}
|