{
  "name": "@uiw/bootstrap-icons",
  "version": "1.4.1",
  "description": "Official open source SVG icon library for Bootstrap.",
  "main": "./lib/index.js",
  "module": "./esm/index.js",
  "types": "./esm/index.d.ts",
  "scripts": {
    "font": "svgtofont --sources icons/icons --output fonts",
    "copy:svg": "cpy icons/icons/*.svg svg --flat",
    "copy": "cpy fonts/react/*.js fonts/react/*.d.ts react --flat",
    "build": "tsbb build react/*.{js,d.ts} --useBabel",
    "start": "npm run font && npm run copy:svg && npm run copy && npm run build"
  },
  "license": "MIT",
  "author": "Kenny <wowohoo@qq.com>",
  "homepage": "https://uiwjs.github.io/bootstrap-icons/",
  "funding": "https://jaywcjlove.github.io/#/sponsor",
  "repository": {
    "type": "git",
    "url": "https://github.com/uiwjs/bootstrap-icons.git"
  },
  "files": [
    "lib",
    "esm",
    "svg",
    "*.js",
    "*.d.ts",
    "icon",
    "!icon/react",
    "!icon/*.html",
    "fonts"
  ],
  "keywords": [
    "bootstrap",
    "bootstrap-icons",
    "svgtofont",
    "webfont",
    "font",
    "icon",
    "iconfont",
    "font-face",
    "compress",
    "minify",
    "font-cli",
    "ttf",
    "woff",
    "eot",
    "svg",
    "ttf2eot",
    "ttf2woff",
    "ttf2svg",
    "svg2ttf",
    "css",
    "base64"
  ],
  "devDependencies": {
    "cpy-cli": "^5.0.0",
    "svgtofont": "^5.0.2",
    "tsbb": "^4.0.2"
  }
}
