{
  "name": "@lzwme/m3u8-dl",
  "version": "1.4.2",
  "description": "Batch download of m3u8 files and convert to mp4",
  "main": "cjs/index.js",
  "types": "cjs/index.d.ts",
  "license": "MIT",
  "repository": "https://github.com/lzwme/m3u8-dl.git",
  "author": {
    "name": "renxia",
    "email": "lzwy0820@qq.com",
    "url": "https://lzw.me"
  },
  "scripts": {
    "prepare": "husky || true",
    "dev": "npm run watch",
    "watch": "npm run build -- -- -w",
    "lint:flh": "flh --eslint --tscheck --prettier",
    "lint": "biome lint src",
    "build": "npm run clean && npm run build:cjs",
    "build:cjs": "tsc -p tsconfig.cjs.json",
    "doc": "typedoc src/ --exclude **/*.spec.ts --out docs --tsconfig tsconfig.module.json",
    "version": "standard-version",
    "dist": "npm run build",
    "release": "npm run dist && npm run version",
    "clean": "flh rm -f ./cjs ./esm ./docs",
    "test": "npm run lint"
  },
  "bin": {
    "m3u8dl": "bin/m3u8dl.js"
  },
  "keywords": [
    "m3u8-download",
    "m3u8",
    "mp4",
    "download",
    "ffmpeg"
  ],
  "engines": {
    "node": ">=14.18"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.com"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.1.2",
    "@eslint/js": "^9.31.0",
    "@lzwme/fed-lint-helper": "^2.6.6",
    "@types/express": "^5.0.3",
    "@types/m3u8-parser": "^7.2.2",
    "@types/node": "^24.0.15",
    "@types/ws": "^8.18.1",
    "@typescript-eslint/eslint-plugin": "^8.37.0",
    "@typescript-eslint/parser": "^8.37.0",
    "eslint": "^9.31.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.3",
    "express": "^5.1.0",
    "husky": "^9.1.7",
    "prettier": "^3.6.2",
    "standard-version": "^9.5.0",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.37.0",
    "ws": "^8.18.3"
  },
  "dependencies": {
    "@lzwme/fe-utils": "^1.9.0",
    "commander": "^14.0.0",
    "console-log-colors": "^0.5.0",
    "enquirer": "^2.4.1",
    "m3u8-parser": "^7.2.0"
  },
  "files": [
    "cjs",
    "client/",
    "!client/ariang",
    "!client/local",
    "!cjs/type.js",
    "!cjs/cli.d.ts",
    "bin"
  ]
}
