{
  "name": "svelte-bootstrap-icons",
  "version": "3.3.0",
  "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://metonym.github.io/svelte-bootstrap-icons/",
  "bugs": "https://github.com/metonym/svelte-bootstrap-icons/issues",
  "keywords": [
    "svelte",
    "svelte component",
    "bootstrap",
    "icon",
    "svg"
  ],
  "files": [
    "lib"
  ],
  "type": "module"
}
