UNPKG

@richardnbanks/astro-loader-youtube

Version:

This package provides a YouTube video loader for Astro. It allows you to load and parse YouTube video data, and use the data in your Astro site.

39 lines 965 B
{ "name": "@richardnbanks/astro-loader-youtube", "description": "This package provides a YouTube video loader for Astro. It allows you to load and parse YouTube video data, and use the data in your Astro site.", "version": "6.0.0", "type": "module", "license": "MIT", "homepage": "https://github.com/richardnbanks/astro-loader-youtube", "repository": { "type": "git", "url": "git+https://github.com/richardnbanks/astro-loader-youtube.git" }, "author": "Richard Banks <hello@richardbanks.dev>", "exports": { ".": "./index.ts" }, "files": [ "src", "index.ts" ], "keywords": [ "astro", "astro-content-loader", "astro-loader", "youtube", "withastro" ], "devDependencies": { "astro": "^6.0.0", "prettier": "^3.4.2", "typescript": "^5.7.3" }, "peerDependencies": { "astro": "^4.0.0 || ^5.0.0 || ^6.0.0" }, "dependencies": { "googleapis": "^171.0.0" }, "scripts": {} }