package.json 613 B

1234567891011121314151617
  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": "*",
  10. "@overleaf/mongo-utils": "*",
  11. "@overleaf/o-error": "*",
  12. "@overleaf/promise-utils": "*",
  13. "@overleaf/settings": "*",
  14. "east": "2.0.3",
  15. "mongodb": "6.12.0"
  16. }
  17. }