{
  "name": "ycis-mdl",
  "version": "1.1.3",
  "description": "Open-source yt-dlp terminal media downloader CLI for YouTube, Instagram Reels, TikTok, X/Twitter, Reddit, SoundCloud, Vimeo, Twitch and 1000+ sites.",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "ycis-mdl": "dist/index.js"
  },
  "files": [
    "dist",
    "scripts",
    "ycis_mdl_banner.png",
    "ycis_mdl_banner.svg",
    "README.md",
    "CHANGELOG.md",
    "LICENSE",
    "package.json"
  ],
  "scripts": {
    "build": "node node_modules/.bin/tsup",
    "dev": "tsx src/index.ts",
    "test": "tsx --test test/downloader.test.ts test/platform.test.ts test/config.test.ts",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run typecheck && npm test && npm run build",
    "postinstall": "node scripts/postinstall.mjs || true"
  },
  "keywords": [
    "ycis-mdl",
    "yt-dlp",
    "media-downloader",
    "video-downloader",
    "audio-downloader",
    "youtube",
    "youtube-downloader",
    "youtube-mp3",
    "youtube-mp4",
    "instagram-downloader",
    "instagram-reels",
    "tiktok-downloader",
    "twitter-downloader",
    "x-downloader",
    "reddit-downloader",
    "soundcloud-downloader",
    "vimeo-downloader",
    "twitch-downloader",
    "batch-downloader",
    "download-manager",
    "cli",
    "tui",
    "terminal",
    "termux",
    "nodejs",
    "cross-platform",
    "ffmpeg",
    "open-source"
  ],
  "author": "YCIS",
  "license": "MIT",
  "engines": {
    "node": ">=18",
    "npm": ">=9"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yourclockisslow/ycis-mdl.git"
  },
  "bugs": {
    "url": "https://github.com/yourclockisslow/ycis-mdl/issues"
  },
  "homepage": "https://github.com/yourclockisslow/ycis-mdl#readme",
  "dependencies": {},
  "devDependencies": {
    "@clack/prompts": "^0.7.0",
    "@types/node": "^20.0.0",
    "atomically": "^2.1.1",
    "chalk": "^5.3.0",
    "commander": "^12.0.0",
    "conf": "^12.0.0",
    "execa": "^8.0.1",
    "tsup": "^8.0.0",
    "tsx": "^4.0.0",
    "typescript": "^5.4.0"
  },
  "overrides": {
    "esbuild": "^0.28.1"
  }
}
