@fylgja/card
Version:
The Fylgja card component
30 lines (29 loc) • 729 B
JSON
{
"name": "@fylgja/card",
"version": "2.0.2",
"description": "The Fylgja card component",
"homepage": "https://fylgja.dev/",
"author": "Fylgja",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/fylgja/fylgja",
"directory": "components/card"
},
"bugs": "https://github.com/fylgja/fylgja/issues",
"keywords": [
"fylgja",
"fylgja component",
"card",
"product",
"blog"
],
"unpkg": "index.min.css",
"style": "index.css",
"sass": "src/index.scss",
"scripts": {
"start": "npx sass --no-source-map -w src:./",
"build": "npx lightningcss --minify --bundle index.css -o index.min.css",
"prebuild": "npx sass --no-source-map src:./"
}
}