{
  "name": "twitch-chatlog",
  "version": "7.0.0",
  "description": "Fetch the chat log to a Twitch VOD.",
  "main": "lib/index.js",
  "bin": {
    "twitch-chatlog": "bin/twitch-chatlog"
  },
  "engines": {
    "node": ">=11.13.0"
  },
  "scripts": {
    "test": "npm run lint && nyc ava",
    "lint": "eslint lib/* bin/* test/* --ext js,json",
    "start": "node bin/twitch-chatlog"
  },
  "keywords": [
    "twitch",
    "vod",
    "log",
    "chat",
    "replay"
  ],
  "author": "Martin Giger (https://humanoids.be)",
  "license": "MIT",
  "dependencies": {
    "chalk": "^4.1.0",
    "iterm2-version": "^4.2.0",
    "node-fetch": "^2.6.1",
    "string-replace-async": "^2.0.0",
    "term-img": "^5.0.0",
    "yargs": "^16.2.0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/freaktechnik/twitch-chatlog"
  },
  "homepage": "https://github.com/freaktechnik/twitch-chatlog",
  "bugs": {
    "url": "https://github.com/freaktechnik/twitch-chatlog/issues"
  },
  "preferGlobal": true,
  "devDependencies": {
    "@ava/babel": "^1.0.1",
    "@freaktechnik/eslint-config-node": "^8.0.2",
    "@freaktechnik/eslint-config-test": "^8.0.2",
    "ava": "^3.15.0",
    "codecov": "^3.8.1",
    "eslint": "^7.19.0",
    "express": "^4.17.1",
    "nyc": "^15.1.0",
    "stream-to-array": "^2.3.0"
  },
  "sideEffects": false,
  "nyc": {
    "reporter": [
      "lcov",
      "text"
    ]
  },
  "ava": {
    "files": [
      "test/*.js"
    ],
    "babel": true
  }
}
