mirror of
https://github.com/RGBCube/TwitterDiscordWebhook
synced 2026-01-13 08:31:00 +00:00
13 lines
336 B
JSON
13 lines
336 B
JSON
{
|
|
"name": "twitter-discord-webhook",
|
|
"version": "1.1.0",
|
|
"description": "Stalk a person and their Tweets by sending them all to a Discord webhook!",
|
|
"main": "main.js",
|
|
"author": "Stovven & RGBCube",
|
|
"license": "AGPL",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"discord-webhook-node": "^1.1.8",
|
|
"twit": "^2.2.11"
|
|
}
|
|
}
|