package.json 713 B

123456789101112131415161718192021
  1. {
  2. "name": "@overleaf/migrations",
  3. "scripts": {
  4. "migrations": "MONGO_SOCKET_TIMEOUT=0 east --es-modules",
  5. "lint": "eslint --cache --cache-location ../../.cache/eslint/ --ext .cjs,.js,.jsx,.mjs,.ts --max-warnings 0 --format unix .",
  6. "lint:fix": "eslint --cache --cache-location ../../.cache/eslint/ --fix --ext .cjs,.js,.jsx,.mjs,.ts ."
  7. },
  8. "devDependencies": {
  9. "eslint": "^10.4.0"
  10. },
  11. "dependencies": {
  12. "@overleaf/logger": "workspace:*",
  13. "@overleaf/mongo-utils": "workspace:*",
  14. "@overleaf/o-error": "workspace:*",
  15. "@overleaf/promise-utils": "workspace:*",
  16. "@overleaf/settings": "workspace:*",
  17. "bcrypt": "^6.0.0",
  18. "east": "2.0.3",
  19. "mongodb": "6.12.0"
  20. }
  21. }