Twitch_V1_Kraken/package.json
2022-04-17 02:52:27 +02:00

29 lines
783 B
JSON

{
"name": "discordtwitchannouncer",
"version": "3.2.0",
"description": "Discord bot that announces when Twitch channels go live.",
"main": "app.js",
"private": true,
"scripts": {
"start": "node ./app.js",
"lint": "standard --lint",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KararTY/DiscordTwitchAnnouncer.git"
},
"author": "Karar Al-Remahy",
"license": "MIT",
"bugs": {
"url": "https://github.com/KararTY/DiscordTwitchAnnouncer/issues"
},
"homepage": "https://github.com/KararTY/DiscordTwitchAnnouncer#readme",
"dependencies": {
"discord.js": "^12.5.3",
"moment-timezone": "^0.5.33",
"node-fetch": "^2.6.1",
"standard": "^16.0.3"
}
}