You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
717 B
JSON

{
"name": "capstone3fs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"backend": "nodemon backend/index.js",
"frontend": "npm run dev --prefix frontend",
"dev": "concurrently \"npm run frontend\" \"npm run backend\" "
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"concurrently": "^8.2.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"express-formidable": "^1.2.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.0.1",
"multer": "^1.4.5-lts.1",
"nodemon": "^3.0.1"
}
}