{
  "name": "zflix",
  "version": "1.0.3",
  "description": "Watch anything instantaneously, just write its name.",
  "bin": "dist/src/bin/cli.js",
  "main": "dist/src/bin/cli.js",
  "types": "dist/src/index.d.ts",
  "scripts": {
    "start": "npm run compile && node dist/src/bin/cli.js",
    "clean": "rimraf dist",
    "compile": "tsc --skipLibCheck",
    "compile:watch": "tsc --skipLibCheck --watch",
    "prepublishOnly": "npm run clean && npm run compile"
  },
  "bugs": {
    "url": "https://github.com/brdar/zflix/issues"
  },
  "license": "MIT",
  "author": {
    "name": "Fabio Spampinato, Dr.Zonza",
    "email": "ajmetraume@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/brdar/zflix.git"
  },
  "keywords": [
    "watch",
    "stream",
    "torrent",
    "cli",
    "cliflix",
    "zflix"
  ],
  "dependencies": {
    "caporal": "^1.4.0",
    "execa": "^8.0.1",
    "filesize-parser": "^1.5.0",
    "inquirer-helpers": "^1.3.5",
    "is-online": "^7.0.0",
    "json5": "^2.2.3",
    "locale-code": "^2.0.2",
    "lodash": "^4.17.21",
    "opensubtitles-api": "^5.1.2",
    "ora": "^3.4.0",
    "os-locale": "^3.1.0",
    "parse-torrent": "^6.1.2",
    "prettysize": "^2.0.0",
    "request": "^2.88.2",
    "request-promise-native": "^1.0.9",
    "temp": "^0.9.4",
    "tiny-updater": "^3.5.1",
    "torrent-search-api": "^2.1.4",
    "webtorrent-cli": "^4.1.0"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.198",
    "@types/node": "^20.6.3",
    "rimraf": "^5.0.1",
    "typescript": "^5.2.2"
  },
  "engines": {
    "node": ">= 6.0.0"
  }
}
