m2b/package.json
2025-01-31 01:03:37 -05:00

25 lines
536 B
JSON

{
"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"
}
}