MVP - image & text posts

This commit is contained in:
Elizabeth Cray
2025-01-31 01:03:37 -05:00
commit 756193c021
9 changed files with 3127 additions and 0 deletions

24
package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"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",
"html-to-text": "^9.0.5",
"mastodon-api": "^1.3.0",
"string-replace-async": "^3.0.2",
"uuid": "^11.0.5"
}
}