This repository has been archived on 2025-03-19. You can view files and clone it, but cannot push or open issues or pull requests.
TwitToMast/package.json
2023-02-07 13:28:44 -07:00

25 lines
554 B
JSON

{
"name": "TwitToMast",
"version": "1.0.0",
"description": "Bypass Twitter's API to Crosspost to Mastodon",
"main": "TwitToMast.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mastodon",
"twitter"
],
"author": "Pogmommy",
"license": "ISC",
"dependencies": {
"csv-write-stream": "^2.0.0",
"filesystem": "^1.0.1",
"https": "^1.0.0",
"mastodon": "^1.2.2",
"q": "^1.5.1",
"request": "^2.88.2",
"selenium-webdriver": "^4.8.0",
"until": "^0.1.1"
}
}