@twitchfy/chatbot
Version:
A powerful node module to make your own Twitch ChatBot
31 lines (30 loc) • 769 B
JSON
{
"name": "@twitchfy/chatbot",
"version": "1.0.16",
"description": "A powerful node module to make your own Twitch ChatBot",
"main": "dist/index.js",
"readme": "README.md",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/twitchfy/twitchfy.git"
},
"author": "PabloRNC",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/twitchfy/twitchfy/issues"
},
"homepage": "https://github.com/twitchfy/twitchfy#readme",
"dependencies": {
"@twitchfy/api-types": "^1.0.3",
"@twitchfy/eventsub": "^1.0.10",
"@twitchfy/helix": "^1.0.6"
},
"keywords": [
"twitch",
"chatbot",
"api"
]
}