{
  "name": "@uiw/icons",
  "version": "2.6.3",
  "description": "The premium icon font for uiw Component Library.",
  "author": "Kenny <wowohoo@qq.com>",
  "main": "./lib/index.js",
  "module": "./esm/index.js",
  "types": "./esm/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/uiwjs/icons.git"
  },
  "homepage": "https://uiwjs.github.io/icons",
  "scripts": {
    "font": "node script/build.js",
    "copy": "copyfiles -f fonts/react/*.d.ts lib --verbose && copyfiles -f fonts/react/*.d.ts esm --verbose",
    "build": "tsbb build --entry fonts/react/index.js",
    "start": "npm run font && npm run build && npm run copy"
  },
  "files": [
    "fonts",
    "esm",
    "lib"
  ],
  "keywords": [
    "svg",
    "icon",
    "react",
    "font",
    "webfont",
    "icon",
    "iconfont",
    "font-face",
    "compress",
    "minify",
    "font-cli",
    "otf",
    "ttf",
    "woff",
    "eot",
    "svg",
    "ttf2eot",
    "ttf2woff",
    "ttf2svg",
    "svg2ttf",
    "css",
    "base64"
  ],
  "bugs": {
    "url": "https://github.com/jaywcjlove/icons/issues"
  },
  "devDependencies": {
    "copyfiles": "2.4.1",
    "svgtofont": "3.17.0",
    "tsbb": "3.5.6"
  },
  "license": "MIT"
}
