Follow users in whole network instance of pleroma
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.

12 lines
266 B

4 years ago
  1. {
  2. "name": "follow-pleroma",
  3. "version": "1.0.0",
  4. "main": "follow.js",
  5. "repository": "http://gitea.hatthieves.es/manalejandro/follow-pleroma.git",
  6. "author": "ale",
  7. "license": "MIT",
  8. "private": true,
  9. "dependencies": {
  10. "request-sync": "^1.0.0"
  11. }
  12. }