package.json 561 B

1234567891011121314151617181920212223242526
  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. "cors": "^2.8.5",
  18. "dotenv": "^8.2.0",
  19. "express": "^4.17.1",
  20. "mongoose": "^5.12.2",
  21. "mongoose-autopopulate": "^0.12.3",
  22. "multer": "^1.4.2",
  23. "nodemon": "^2.0.6",
  24. "uuid": "^8.3.2"
  25. }
  26. }