UNPKG

@uiw/bootstrap-icons

Version:

Official open source SVG icon library for Bootstrap.

49 lines (48 loc) 1.12 kB
{ "name": "@uiw/bootstrap-icons", "version": "1.3.3", "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": "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" }, "license": "MIT", "author": "Kenny <wowohoo@qq.com>", "repository": { "type": "git", "url": "https://github.com/uiwjs/bootstrap-icons.git" }, "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": { "copyfiles": "~2.4.1", "svgtofont": "~3.17.4", "tsbb": "~3.7.2" } }