{
  "dependencies": {
    "axios": "^0.27.2",
    "cli-progress": "^3.12.0",
    "commander": "^14.0.2",
    "open": "^8.4.2",
    "sanitize-filename": "^1.6.3"
  },
  "homepage": "https://github.com/suneelkumarr/vimeo-downloader",
  "bugs": {
    "url": "https://github.com/suneelkumarr/vimeo-downloader/issues",
    "email": "sunilkumar05644@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/suneelkumarr/vimeo-downloader.git"
  },
  "name": "viemo",
  "version": "3.0.0",
  "bin": {
    "vimeo-dl": "./bin/vimeo-dl.js"
  },
  "main": "index.js",
  "scripts": {
    "test": "jest",
    "build": "echo \"No build step required for this Node.js project\"",
    "start": "node ./bin/vimeo-dl.js --help"
  },
  "keywords": [
    "vimeo",
    "vimeo-downloader",
    "video-downloader",
    "vimeo-api",
    "mp4-downloader",
    "hls-downloader",
    "dash-stream",
    "vimeo-player",
    "video-scraper",
    "cli",
    "nodejs",
    "download-video",
    "4k-video",
    "subtitles",
    "private-video"
  ],
  "author": "suneel kumar",
  "license": "ISC",
  "description": "The ultimate Vimeo Downloader & Player API wrapper. Extract MP4, HLS, DASH, subtitles, and control Vimeo Player via CLI.",
  "devDependencies": {
    "jest": "^30.2.0"
  }
}
