UNPKG

fair-twitch

Version:

Fair's Twitch API and Chat bot library

58 lines (57 loc) 1.33 kB
{ "name": "fair-twitch", "version": "2.0.2", "description": "Fair's Twitch API and Chat bot library", "main": "./dist/index.js", "types": "./dist/index.d.ts", "author": "Mads Skovgaard <madsskovgaard@hotmail.com>", "license": "GPL-3.0", "scripts": { "prepublishOnly": "npm run build", "build": "npm run clean && tsc", "clean": "rm -rf dist", "test": "mocha -r ts-node/register test/**/*.test.ts", "test-item": "mocha -r ts-node/register" }, "files": [ "dist/**/*" ], "keywords": [ "twitch", "twitchtv", "twitch.tv", "stream", "twitchapi", "twitch-api", "api", "authentication", "chatbot", "bot", "chat", "subscriber" ], "homepage": "https://github.com/DrFair/fair-twitch#readme", "bugs": { "url": "https://github.com/DrFair/fair-twitch/issues" }, "repository": { "type": "git", "url": "https://github.com/DrFair/fair-twitch.git" }, "dependencies": { "@types/request": "^2.48.1", "@types/uuid": "^3.4.4", "request": "^2.81.0", "uuid": "^3.3.2" }, "devDependencies": { "@types/chai": "^4.1.7", "@types/dotenv": "^6.1.1", "@types/mocha": "^5.2.6", "chai": "^4.2.0", "dotenv": "^7.0.0", "mocha": "^6.1.3", "ts-node": "^8.0.3", "typescript": "^3.4.2" } }