{ "name": "reddit-lemmy-importer", "version": "1.0.0", "main": "index.js", "repository": "https://git.stardust.wtf/starlight/reddit-lemmy-importer", "author": "starlight", "license": "GPL-2.0-only", "private": false, "dependencies": { "chalk": "^5.3.0", "he": "^1.2.0", "moment": "^2.30.1", "stream-json": "^1.9.1", "yargs": "^17.7.2" }, "scripts": { "importer": "yarn node src/index.js" }, "type": "module" }