| 123456789101112131415161718192021222324252627 |
- {
- "name": "olgitbridge",
- "version": "1.0.0",
- "author": "Axel Kittenberger <axkibe@gmail.com>",
- "description": "another overleaf git bridge",
- "license": "AGPL-3.0-only",
- "main": "./src/server.js",
- "repository": {
- "type": "git",
- "url": "git+https://gitlab.com/axkibe/olgitbridge"
- },
- "bugs": {
- "url": "https://gitlab.com/axkibe/olgitbridge/issues"
- },
- "homepage": "https://gitlab.com/axkibe/olgitbridge#readme",
- "dependencies": {
- "active-x-obfuscator": "^0.0.2",
- "axios": "^0.24.0",
- "axios-cookiejar-support": "^2.0.3",
- "form-data": "^4.0.0",
- "git-http-backend": "^1.0.2",
- "tough-cookie": "^4.0.0",
- "uglify-js": "^3.14.3",
- "unzipper": "^0.10.11",
- "ws": "^8.2.3"
- }
- }
|