{ "name": "m2b", "version": "1.0.0", "description": "Mastodon to Bluesky crossposter", "main": "index.mjs", "scripts": { "test": "node mindex.js" }, "repository": { "type": "git", "url": "git@git.corrupt.link:liz/m2b.git" }, "author": "Elizabeth Cray", "license": "Apache-2.0", "dependencies": { "@atproto/api": "^0.13.31", "axios": "^1.7.9", "dotenv": "^16.4.7", "file-type": "^20.0.1", "html-to-text": "^9.0.5", "mastodon-api": "^1.3.0", "string-replace-async": "^3.0.2", "uuid": "^11.0.5" } }