{
  "name": "twitch-video-comments-analyser",
  "version": "1.0.4",
  "description": "Retrieve datas from Twitch video comments",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "keywords": [
    "twitch",
    "analyze",
    "twitch-comments"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Minifixio/twitch-video-comments-analyser.git"
  },
  "homepage": "https://github.com/Minifixio/twitch-video-comments-analyser#readme",
  "scripts": {
    "start": "node --inspect dist/index.js",
    "start:watch": "nodemon",
    "build": "rimraf ./build && tsc"
  },
  "author": "Minifixio",
  "license": "ISC",
  "dependencies": {
    "@types/node-fetch": "^2.5.7",
    "node-fetch": "^2.6.0"
  },
  "devDependencies": {
    "@types/node": "^14.0.1",
    "nodemon": "^2.0.4",
    "ts-node": "^8.10.1",
    "rimraf": "^3.0.2",
    "tslint": "^6.1.2",
    "typescript": "^3.9.2"
  }
}
