@igor.dvlpr/astro-post-excerpt
Version:
⭐ An Astro component that renders post excerpts for your Astro blog - directly from your Markdown and MDX files. Astro v2+ collections are supported as well! 💎
69 lines (68 loc) • 1.86 kB
JSON
{
"name": "@igor.dvlpr/astro-post-excerpt",
"version": "4.0.0",
"description": "⭐ An Astro component that renders post excerpts for your Astro blog - directly from your Markdown and MDX files. Astro v2+ collections are supported as well! 💎",
"type": "module",
"engines": {
"node": ">=22.0.0"
},
"files": [
"src",
"PostExcerpt.astro"
],
"main": "./PostExcerpt.astro",
"module": "./PostExcerpt.astro",
".": {
"astro": "./PostExcerpt.astro",
"default": "./PostExcerpt.astro"
},
"scripts": {
"test": "vitest run",
"pub": "npm test && npm publish --access public"
},
"keywords": [
"astro-component",
"withastro",
"renderer",
"ui",
"astro",
"post",
"excerpt",
"summary",
"blog",
"component",
"jsx",
"article",
"igorskyflyer",
"igor.dvlpr"
],
"license": "MIT",
"author": "Igor Dimitrijević <admin@igorskyflyer.me> (https://github.com/igorskyflyer)",
"funding": "https://ko-fi.com/igorskyflyer",
"homepage": "https://github.com/igorskyflyer/npm-astro-post-excerpt",
"repository": {
"type": "git",
"url": "git+https://github.com/igorskyflyer/npm-astro-post-excerpt.git"
},
"bugs": {
"url": "https://github.com/igorskyflyer/npm-astro-post-excerpt/issues"
},
"dependencies": {
"@igor.dvlpr/strip-yaml-front-matter": "^1.0.0",
"mdast-util-from-markdown": "^2.0.2",
"mdast-util-mdx": "^3.0.0",
"micromark-extension-mdxjs": "^3.0.0"
},
"devDependencies": {
"@igor.dvlpr/astro-render-component": "^1.0.1",
"@types/node": "^22.17.1",
"astro": "^5.12.9",
"happy-dom": "^18.0.1",
"prettier": "3.6.2",
"prettier-plugin-astro": "0.14.1",
"vitest": "^3.2.4"
},
"peerDependencies": {
"astro": "^5.0.0"
}
}