UNPKG

twitch-toolkit

Version:

A set of tools to integrate with Twitch API, Twitch Chat and Twitch WebHooks.

18 lines (17 loc) 385 B
{ "name": "webhook-notifications", "version": "1.0.0", "description": "A simple webhook notification example", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "body-parser": "1.18.3", "express": "4.16.3", "ngrok": "3.0.1", "twitch-toolkit": "0.0.7" } }