UNPKG

astro-feather-icons

Version:

Feather icons for Astro (based on svelte-feather-icons by dylanblokhuis)

36 lines (35 loc) 742 B
{ "name": "astro-feather-icons", "description": "Feather icons for Astro (based on svelte-feather-icons by dylanblokhuis)", "version": "1.0.2", "type": "module", "exports": { ".": "./dist/index.js", "./*": "./dist/*.astro" }, "files": [ "dist" ], "license": "MIT", "repository": "edazpotato/astro-feather-icons", "author": "edazpotato <edazpotato@gmail.com> (https://edaz.codes/)", "authors": [ "Cole Bemis <cole@colebemis.com> (http://colebemis.com)" ], "scripts": { "check": "astro check", "build": "node build.js", "prepublishOnly": "npm run build" }, "devDependencies": { "feather-icons": "4.28.0" }, "keywords": [ "astro", "astro-component", "feather", "feather icons", "icon", "icons" ] }