{
  "name": "pluto-iptv",
  "version": "1.3.1",
  "description": "pluto.tv to XMLTV & M3U converter",
  "main": "index.js",
  "engines": {
    "node": ">=10"
  },
  "dependencies": {
    "fs-extra": "^9.0.0",
    "jsontoxml": "^1.0.1",
    "moment": "^2.24.0",
    "request": "^2.88.2",
    "uuid": "^7.0.2"
  },
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "pluto-iptv": "./index.js"
  },
  "repository": "git+https://github.com/evoactivity/PlutoIPTV.git",
  "author": "Liam Potter <liam@liampotter.co.uk>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/evoactivity/PlutoIPTV/issues"
  },
  "homepage": "https://github.com/evoactivity/PlutoIPTV#readme"
}
