{
  "name": "m3u-proxy",
  "description": "Process/simplify and potentially serve M3U & EPG files from your IPTV provider(s)",
  "keywords": [
    "m3u",
    "epg",
    "xmltv",
    "nodejs"
  ],
  "version": "1.0.1",
  "license": "MIT",
  "author": "Ben Michaud <ben@tigersway.net>",
  "contributors": [
    "DopeGrandpa (https://github.com/DopeGrandpa)"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TigersWay/m3u-proxy.git"
  },
  "bin": {
    "m3u-proxy": "./m3u-proxy.js"
  },
  "scripts": {
    "run-it": "node m3u-proxy -c ./config-perso.json"
  },
  "engines": {
    "node": ">=10"
  },
  "dependencies": {
    "byline": "^5.0.0",
    "command-line-args": "^5.1.1",
    "debug": "^4.1.1",
    "simple-get": "^4.0.0",
    "xml-flow": "^1.0.4"
  }
}
