twitch-toolkit
Version:
A set of tools to integrate with Twitch API, Twitch Chat and Twitch WebHooks.
82 lines (81 loc) • 2.17 kB
JSON
{
"_from": "twitch-toolkit",
"_id": "twitch-toolkit@0.0.7",
"_inBundle": false,
"_integrity": "sha512-DWVPQNoAJ2tHRhT/JLdgFjezADsg8RuZX9BEG7VXGLjcmXZfld721w5lb5CJWFSCy69TkcIMqhHRWsLX0E/EZA==",
"_location": "/twitch-toolkit",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "twitch-toolkit",
"name": "twitch-toolkit",
"escapedName": "twitch-toolkit",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/twitch-toolkit/-/twitch-toolkit-0.0.7.tgz",
"_shasum": "b739aa400ee2e28aef8ee3b0e62d2b71d04fc070",
"_spec": "twitch-toolkit",
"_where": "D:\\Projetos\\twitch\\twitch-toolkit\\examples\\webhook-notifications",
"author": {
"name": "chriteixeira"
},
"bugs": {
"url": "https://github.com/chriteixeira/twitch-toolkit/issues"
},
"bundleDependencies": false,
"dependencies": {
"eventemitter3": "3.1.0",
"request-promise": "4.2.2",
"tmi.js": "1.2.1",
"winston": "3.0.0-rc1"
},
"deprecated": false,
"description": "A set of tools to integrate with Twitch API, Twitch Chat and Twitch WebHooks.",
"devDependencies": {
"chai": "4.1.2",
"cross-env": "5.2.0",
"eslint": "4.19.1",
"eslint-plugin-mocha": "5.0.0",
"jsdoc": "3.5.5",
"minami": "1.2.3",
"mocha": "5.2.0",
"nyc": "12.0.2"
},
"homepage": "https://github.com/chriteixeira/twitch-toolkit#readme",
"keywords": [
"twitch",
"twitch.tv",
"stream",
"chat",
"irc",
"api",
"helix",
"bot",
"robot",
"pubsub",
"websub",
"toolkit"
],
"license": "MIT",
"main": "index.js",
"name": "twitch-toolkit",
"repository": {
"type": "git",
"url": "git://github.com/chriteixeira/twitch-toolkit.git"
},
"scripts": {
"generate-docs": "jsdoc --configure .jsdoc.json --verbose",
"lint": "eslint \"{src,test}/**/*.js\"",
"test": "cross-env NODE_ENV=test mocha --reporter spec",
"test:coverage": "nyc npm run test",
"test:coverage-report": "nyc report --reporter=text"
},
"version": "0.0.7"
}