package.json 666 B

12345678910111213141516171819202122
  1. {
  2. "name": "@overleaf/server-ce/test",
  3. "description": "e2e tests for Overleaf Community Edition",
  4. "private": true,
  5. "scripts": {
  6. "cypress:open": "cypress open",
  7. "cypress:run": "cypress run",
  8. "format": "prettier --list-different $PWD/'**/*.{js,mjs,ts,tsx,json}'",
  9. "format:fix": "prettier --write $PWD/'**/*.{js,mjs,ts,tsx,json}'"
  10. },
  11. "dependencies": {
  12. "@isomorphic-git/lightning-fs": "^4.6.0",
  13. "@testing-library/cypress": "^10.0.1",
  14. "body-parser": "^1.20.2",
  15. "celebrate": "^15.0.3",
  16. "cypress": "13.6.6",
  17. "express": "^4.19.2",
  18. "isomorphic-git": "^1.25.10",
  19. "js-yaml": "^4.1.0",
  20. "typescript": "^5.0.4"
  21. }
  22. }