{
  "name": "get-twitter-media",
  "version": "2.0.8",
  "description": "Get media from tweets quick and easy.",
  "main": "dist/getTwitterMedia.js",
  "scripts": {
    "test": "node dist/test.js",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Xeukxz/get-twitter-media.git"
  },
  "keywords": [
    "twitter",
    "tweet",
    "media",
    "link",
    "get",
    "buffer",
    "video",
    "stream",
    "twit",
    "scrape",
    "picture",
    "photo",
    "href",
    "url",
    "image",
    "download",
    "downloader",
    "X",
    "elon"
  ],
  "author": "Xeukxz",
  "license": "MIT",
  "dependencies": {
    "axios": "^1.1.2",
    "ts-node": "^10.9.1"
  },
  "types": "index.d.ts",
  "devDependencies": {
    "typescript": "^5.3.3"
  }
}
