package.json 687 B

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