1
Fork 0
mirror of https://github.com/RGBCube/TwitterDiscordWebhook synced 2026-01-14 17:11:00 +00:00
TwitterDiscordWebhook/package.json

12 lines
306 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",
"license": "AGPL",
"dependencies": {
"discord-webhook-node": "^1.1.8",
"twit": "^2.2.11"
}
}