@cyberfinity/polymorph-components-astro
Version:
Polymorph Design System's Astro implementations of UI components
37 lines (36 loc) • 958 B
JSON
{
"name": "@cyberfinity/polymorph-components-astro",
"version": "0.2.1",
"description": "Polymorph Design System's Astro implementations of UI components",
"keywords": [
"cyberfinity",
"polymorph",
"design-system",
"html",
"astro"
],
"files": [
"components/",
"layouts/"
],
"homepage": "https://polymorph.cyberfinity.net/",
"bugs": {
"url": "https://github.com/cyberfinity/polymorph/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cyberfinity/polymorph.git",
"directory": "packages/components-astro"
},
"license": "MIT",
"author": "James Nash (https://cirrus.twiddles.com/)",
"type": "module",
"exports": {
"./components/PageFooter.astro": "./components/PageFooter.astro",
"./components/PageHeader.astro": "./components/PageHeader.astro",
"./layouts/HTML5.astro": "./layouts/HTML5.astro"
},
"peerDependencies": {
"astro": "^5.9.2"
}
}