27 lines
603 B
JSON
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"
|
|
}
|
|
}
|