@twitchchatjs/handlers
Version:
Implement of twitch-chat.js that creates handlers
35 lines • 830 B
JSON
{
"name": "@twitchchatjs/handlers",
"version": "1.0.0",
"description": "Implement of twitch-chat.js that creates handlers",
"main": "index.js",
"dependencies": {
"axios": "^0.27.2",
"fs": "^0.0.1-security",
"ws": "^8.8.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Project-Twitch-js/twitch-chat.js.git"
},
"keywords": [
"twitch-client",
"twitch-bot",
"twitch-chat-bot",
"bot",
"chat-bot"
],
"author": "kayake.",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Project-Twitch-js/twitch-chat.js/issues"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/Project-Twitch-js/twitch-chat.js#readme"
}