package.json 736 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "olgitbridge",
  3. "version": "1.0.0",
  4. "author": "Axel Kittenberger <axkibe@gmail.com>",
  5. "description": "another overleaf git bridge",
  6. "license": "AGPL-3.0-only",
  7. "main": "./src/server.js",
  8. "repository": {
  9. "type": "git",
  10. "url": "git+https://gitlab.com/axkibe/olgitbridge"
  11. },
  12. "bugs": {
  13. "url": "https://gitlab.com/axkibe/olgitbridge/issues"
  14. },
  15. "homepage": "https://gitlab.com/axkibe/olgitbridge#readme",
  16. "dependencies": {
  17. "active-x-obfuscator": "^0.0.2",
  18. "axios": "^0.24.0",
  19. "axios-cookiejar-support": "^2.0.3",
  20. "form-data": "^4.0.0",
  21. "git-http-backend": "^1.0.2",
  22. "tough-cookie": "^4.0.0",
  23. "uglify-js": "^3.14.3",
  24. "unzipper": "^0.10.11",
  25. "ws": "^8.2.3"
  26. }
  27. }