mastodon-to-bluesky/package.json
2024-03-30 13:40:57 +01:00

19 lines
470 B
JSON

{
"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.12.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"axios": "^1.6.8",
"dotenv": "^16.4.5",
"mastodon-api": "^1.3.0"
}
}