You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
652 B

5 years ago
5 years ago
  1. {
  2. "name": "mirror-to-gitea",
  3. "version": "1.0.0",
  4. "description": "mirror all your public github repositories to your gitea server",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/jaedle/mirror-to-gitea.git"
  12. },
  13. "keywords": [],
  14. "author": "",
  15. "license": "ISC",
  16. "bugs": {
  17. "url": "https://github.com/jaedle/mirror-to-gitea/issues"
  18. },
  19. "homepage": "https://github.com/jaedle/mirror-to-gitea#readme",
  20. "dependencies": {
  21. "@octokit/rest": "^18.0.12",
  22. "p-queue": "^6.6.2",
  23. "superagent": "^4.0.0"
  24. }
  25. }