{
  "name": "svelte-octicons",
  "version": "18.21.0",
  "license": "MIT",
  "description": "GitHub Octicons as Svelte components",
  "author": "Eric Liu (https://github.com/metonym)",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/metonym/svelte-octicons.git"
  },
  "homepage": "https://github.com/metonym/svelte-octicons",
  "bugs": "https://github.com/metonym/svelte-octicons/issues",
  "keywords": [
    "svelte",
    "svelte component",
    "octicons",
    "primer",
    "github",
    "icons"
  ],
  "svelte": "./lib/index.js",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "svelte": "./lib/index.js"
    },
    "./lib/*.svelte": {
      "types": "./lib/*.svelte.d.ts",
      "import": "./lib/*.svelte"
    }
  },
  "types": "./lib/index.d.ts",
  "main": "./lib/index.js"
}