1
Fork 0
mirror of https://github.com/RGBCube/TwitterDiscordWebhook synced 2026-01-13 08:31:00 +00:00
TwitterDiscordWebhook/package.json
2023-01-27 15:18:57 -05:00

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"
}
}