package.json 615 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "server",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "type": "module",
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1",
  9. "start": "nodemon index.js"
  10. },
  11. "keywords": [],
  12. "author": "",
  13. "license": "ISC",
  14. "dependencies": {
  15. "auth0": "^2.33.0",
  16. "body-parser": "^1.19.0",
  17. "cloudinary": "^1.25.1",
  18. "cors": "^2.8.5",
  19. "datauri": "^3.0.0",
  20. "dotenv": "^8.2.0",
  21. "express": "^4.17.1",
  22. "mongoose": "^5.12.2",
  23. "mongoose-autopopulate": "^0.12.3",
  24. "multer": "^1.4.2",
  25. "nodemon": "^2.0.6",
  26. "uuid": "^8.3.2"
  27. }
  28. }