mirror of
https://github.com/svemagie/indiekit-endpoint-youtube.git
synced 2026-04-02 15:54:59 +02:00
- Extract 177 lines inline CSS to assets/styles.css - Create intermediate layout (views/layouts/youtube.njk) - Use section() macro for dashboard sections - Rename CSS prefix from yt-* to youtube-* - Replace inline style for LIVE duration badge with CSS class - Use upstream CSS custom properties without fallbacks - Keep animation CSS (@keyframes youtube-pulse) - Add assets to package.json files array - Bump version to 1.2.2 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"name": "@rmdes/indiekit-endpoint-youtube",
|
|
"version": "1.2.2",
|
|
"description": "YouTube channel endpoint for Indiekit. Display latest videos and live status from any YouTube channel.",
|
|
"keywords": [
|
|
"indiekit",
|
|
"indiekit-plugin",
|
|
"indieweb",
|
|
"youtube",
|
|
"videos",
|
|
"live",
|
|
"streaming"
|
|
],
|
|
"homepage": "https://github.com/rmdes/indiekit-endpoint-youtube",
|
|
"bugs": {
|
|
"url": "https://github.com/rmdes/indiekit-endpoint-youtube/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/rmdes/indiekit-endpoint-youtube.git"
|
|
},
|
|
"author": {
|
|
"name": "Ricardo Mendes",
|
|
"url": "https://rmendes.net"
|
|
},
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"exports": {
|
|
".": "./index.js"
|
|
},
|
|
"files": [
|
|
"assets",
|
|
"includes",
|
|
"lib",
|
|
"locales",
|
|
"views",
|
|
"index.js"
|
|
],
|
|
"dependencies": {
|
|
"@indiekit/error": "^1.0.0-beta.25",
|
|
"express": "^5.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@indiekit/indiekit": ">=1.0.0-beta.25"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|