1
Fork 0
mirror of https://github.com/RGBCube/TwitterDiscordWebhook synced 2026-01-13 08:31:00 +00:00
TwitterDiscordWebhook/package.json
2022-02-20 19:39:55 -05:00

15 lines
297 B
JSON

{
"name": "twit-webhook",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "stove",
"license": "ISC",
"dependencies": {
"discord-webhook-node": "^1.1.8",
"twit": "^2.2.11"
}
}