mastodon-to-bluesky/package.json

21 lines
543 B
JSON
Raw Permalink Normal View History

2024-01-12 12:30:45 +00:00
{
2024-11-08 13:51:05 +00:00
"name": "mastodon-to-bluesky",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Maurice Renck <hello@maurice-renck.de>",
"license": "MIT",
"dependencies": {
"@atproto/api": "^0.13.15",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"axios": "^1.7.7",
"dotenv": "^16.4.5",
2024-11-08 14:32:27 +00:00
"he": "^1.2.0",
2024-11-08 13:51:05 +00:00
"mastodon-api": "^1.3.0"
}
2024-03-30 12:40:57 +00:00
}