{
  "name": "xtylink",
  "version": "0.3.6",
  "description": "xtylink any video from YouTube, X, Instagram, Threads & 1800+ sites — right from your terminal. paste. xtylink. done.",
  "type": "module",
  "bin": {
    "xtylink": "dist/cli.js"
  },
  "files": [
    "dist",
    "assets"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "tsx --test src/**/*.test.ts",
    "typecheck": "tsc --noEmit",
    "start": "node dist/cli.js",
    "prepublishOnly": "npm test && npm run typecheck && npm run build"
  },
  "author": "Frext Technologies",
  "keywords": [
    "video",
    "downloader",
    "yt-dlp",
    "youtube",
    "instagram",
    "twitter",
    "threads",
    "cli",
    "tui",
    "ink",
    "xtylink"
  ],
  "license": "MIT",
  "dependencies": {
    "ffmpeg-static": "^5.3.0",
    "ink": "^7.1.0",
    "ink-select-input": "^6.2.0",
    "ink-spinner": "^5.0.0",
    "react": "^19.2.7"
  },
  "devDependencies": {
    "@types/node": "^26.1.1",
    "@types/react": "^19.2.17",
    "tsup": "^8.5.1",
    "tsx": "^4.23.1",
    "typescript": "^7.0.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/princesingh0101/xtylink-CLI.git"
  },
  "homepage": "https://github.com/princesingh0101/xtylink-CLI#readme",
  "bugs": {
    "url": "https://github.com/princesingh0101/xtylink-CLI/issues"
  }
}
