{
  "name": "iptv",
  "scripts": {
    "lint": "npx m3u-linter -c m3u-linter.json",
    "test": "node scripts/test.js"
  },
  "pre-push": [
    "lint"
  ],
  "author": "Arhey",
  "private": true,
  "license": "MIT",
  "dependencies": {
    "axios": "^0.21.1",
    "commander": "^7.0.0",
    "escape-string-regexp": "^2.0.0",
    "iptv-playlist-parser": "^0.5.4",
    "iso-639-3": "^2.0.0",
    "m3u-linter": "^0.1.3",
    "markdown-include": "^0.4.3",
    "pre-push": "^0.1.1",
    "progress": "^2.0.3",
    "transliteration": "^2.2.0"
  }
}