mastodon-to-bluesky/package.json
Maurice Renck 6d2887f667
feat: INIT
2024-01-12 13:30:45 +01:00

18 lines
385 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.6.23",
"axios": "^1.6.2",
"dotenv": "^16.3.1",
"mastodon-api": "^1.3.0"
}
}