twitter-mastodon-relay/package.json

24 lines
518 B
JSON

{
"name": "twitter-mastodon-relay",
"version": "1.0.0",
"description": "Twitter -> Mastodon relay running on Node.",
"main": "main.js",
"scripts": {
"test": "echo \"tba\" && exit 1",
"start": "node main.js"
},
"repository": {
"type": "git",
"url": "git@git.gay:a/twitter-mastodon-relay.git"
},
"keywords": [],
"author": "",
"license": "Unlicense",
"dependencies": {
"axios": "^0.27.2",
"cheerio": "^1.0.0-rc.10",
"masto": "^4.3.1",
"rss-to-json": "^2.0.2"
}
}