UNPKG

astro-iconify

Version:

Fork of astro-icon. Lets you easily use the up to date iconify service as a straight forward astro icon component.

53 lines (52 loc) 1.19 kB
{ "name": "astro-iconify", "description": "Fork of astro-icon. Lets you easily use the up to date iconify service as a straight forward astro icon component.", "version": "1.2.0", "type": "module", "exports": { ".": "./index.ts", "./pack": "./lib/createIconPack.ts" }, "files": [ "lib", "index.ts" ], "author": { "name": "Nate Moore", "email": "nate@natemoo.re", "url": "https://twitter.com/n_moore" }, "contributors": [ { "name": "Manuel Meister", "email": "news.manuelsworld@gmail.com", "url": "https://meister.io/" } ], "keywords": [ "astro", "astro-component", "image", "images", "icon", "icons", "iconify", "optimization" ], "repository": { "type": "git", "url": "git+https://github.com/manuelmeister/astro-iconify.git", "directory": "src" }, "license": "MIT", "bugs": { "url": "https://github.com/manuelmeister/astro-iconify/issues" }, "homepage": "https://github.com/manuelmeister/astro-iconify#readme", "dependencies": { "@iconify/tools": "latest", "node-fetch": "^3.1.0", "resolve-pkg": "^2.0.0", "svgo": "^3.0.1" } }