UNPKG

svelte-bootstrap-icons

Version:
38 lines (37 loc) 887 B
{ "name": "svelte-bootstrap-icons", "version": "3.1.2", "license": "MIT", "description": "Bootstrap SVG icons as Svelte components", "author": "Eric Liu (https://github.com/metonym)", "svelte": "./lib/index.js", "main": "./lib/index.js", "types": "./lib/index.d.ts", "exports": { ".": { "types": "./lib/index.d.ts", "svelte": "./lib/index.js" }, "./lib/*.svelte": { "types": "./lib/*.svelte.d.ts", "import": "./lib/*.svelte" } }, "repository": { "type": "git", "url": "git+https://github.com/metonym/svelte-bootstrap-icons.git" }, "homepage": "https://github.com/metonym/svelte-bootstrap-icons", "bugs": "https://github.com/metonym/svelte-bootstrap-icons/issues", "keywords": [ "svelte", "svelte component", "bootstrap", "icon", "svg" ], "files": [ "lib" ], "type": "module" }