{
  "name": "yt_metadata",
  "version": "0.0.5",
  "description": "A package to fetch YouTube content details, either by URL or search query.",
  "main": "src/youtubeMetadata.js",
  "scripts": {
    "test": "jest",
    "lint": "eslint src",
    "lint:fix": "eslint src --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/totallynotdavid/yt_metadata.git"
  },
  "keywords": [
    "YouTube",
    "fetch",
    "search",
    "video",
    "content",
    "extract"
  ],
  "author": "David Duran <david@caefisica.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/totallynotdavid/yt_metadata/issues"
  },
  "homepage": "https://github.com/totallynotdavid/yt_metadata#readme",
  "devDependencies": {
    "eslint": "^8.57.0",
    "eslint-config-eslint": "^9.0.0",
    "jest": "^29.7.0"
  },
  "dependencies": {
    "dotenv": "^16.4.5"
  }
}
