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
Penelope Gomez / Pogmommy 172b799a07 add tall
2023-02-14 14:54:24 -07:00

27 lines
603 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": {
"cli-color": "^2.0.3",
"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",
"tall": "^8.0.0",
"until": "^0.1.1"
}
}