package.json 688 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "xtweet",
  3. "version": "1.0.0",
  4. "description": "Cross tweet from Mastodon",
  5. "main": "main.js",
  6. "scripts": {},
  7. "bin": {
  8. "xtweet": "app.js"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "https://git.lattuga.net/ekardnam/XTweet.git"
  13. },
  14. "bugs": {
  15. "email": "ekardnam@autistici.org",
  16. "url": "https://git.lattuga.net/ekardnam/XTweet/issues"
  17. },
  18. "author": "ekardnam <ekardnam@autistici.org>",
  19. "license": "AGPL-3.0-or-later",
  20. "dependencies": {
  21. "express": "^4.17.1",
  22. "express-session": "^1.16.2",
  23. "mastodon": "^1.2.2",
  24. "mime-types": "^2.1.24",
  25. "passport": "^0.4.0",
  26. "passport-twitter": "^1.0.4",
  27. "twit": "^2.2.11"
  28. }
  29. }