MVP - image & text posts
This commit is contained in:
24
package.json
Normal file
24
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user