mirror of
https://github.com/RGBCube/TwitterDiscordWebhook
synced 2026-01-13 08:31:00 +00:00
15 lines
297 B
JSON
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"
|
|
}
|
|
}
|