UNPKG

lemmemovetolemmy

Version:

It will send your posts to any given Lemmy Instance or Community

32 lines (31 loc) 807 B
{ "name": "lemmemovetolemmy", "version": "1.0.1", "description": "It will send your posts to any given Lemmy Instance or Community", "main": "main.js", "bin": "main.mjs", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/peterwilli/lemmemovetolemmy.git" }, "keywords": [ "lemmy", "reddit", "aaaaaaa" ], "author": "Peter Willemsen <peter@codebuffet.co>", "license": "MIT", "bugs": { "url": "https://github.com/peterwilli/lemmemovetolemmy/issues" }, "homepage": "https://github.com/peterwilli/lemmemovetolemmy#readme", "dependencies": { "axios": "^1.4.0", "commander": "^11.0.0", "lemmy-js-client": "^0.19.0-rc.1", "password-prompt": "^1.1.3" } }