starlight-showcases
Version:
Set of Starlight components to author showcase pages.
45 lines • 1.13 kB
JSON
{
"name": "starlight-showcases",
"version": "0.3.0",
"license": "MIT",
"description": "Set of Starlight components to author showcase pages.",
"author": "HiDeoo <github@hideoo.dev> (https://hideoo.dev)",
"type": "module",
"exports": {
".": "./index.ts",
"./package.json": "./package.json"
},
"dependencies": {
"@astro-community/astro-embed-twitter": "^0.5.8",
"@astro-community/astro-embed-youtube": "^0.5.6"
},
"peerDependencies": {
"@astrojs/starlight": ">=0.30.0"
},
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"sideEffects": false,
"keywords": [
"starlight",
"components",
"showcase",
"documentation",
"astro",
"astro-component"
],
"homepage": "https://github.com/HiDeoo/starlight-showcases",
"repository": {
"type": "git",
"url": "https://github.com/HiDeoo/starlight-showcases.git",
"directory": "packages/starlight-showcases"
},
"bugs": "https://github.com/HiDeoo/starlight-showcases/issues",
"scripts": {
"lint": "eslint . --cache --max-warnings=0"
}
}