UNPKG

1.15 kBJSONView Raw
1{
2 "name": "@uiw/icons",
3 "version": "2.6.7",
4 "description": "The premium icon font for uiw Component Library.",
5 "author": "Kenny <wowohoo@qq.com>",
6 "main": "./lib/index.js",
7 "module": "./esm/index.js",
8 "types": "./esm/index.d.ts",
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/uiwjs/icons.git"
12 },
13 "homepage": "https://uiwjs.github.io/icons",
14 "scripts": {
15 "font": "svgtofont --sources icons/icons --output fonts",
16 "copy": "copyfiles -f fonts/react/*.d.ts lib --verbose && copyfiles -f fonts/react/*.d.ts esm --verbose",
17 "build": "tsbb build --entry fonts/react/index.js --no-source-maps",
18 "start": "npm run font && npm run build && npm run copy"
19 },
20 "keywords": [
21 "svg",
22 "icon",
23 "react",
24 "font",
25 "webfont",
26 "icon",
27 "iconfont",
28 "font-face",
29 "compress",
30 "minify",
31 "font-cli",
32 "otf",
33 "ttf",
34 "woff",
35 "eot",
36 "svg",
37 "ttf2eot",
38 "ttf2woff",
39 "ttf2svg",
40 "svg2ttf",
41 "css",
42 "base64"
43 ],
44 "devDependencies": {
45 "copyfiles": "~2.4.1",
46 "svgtofont": "~3.17.4",
47 "tsbb": "~3.7.2"
48 },
49 "license": "MIT"
50}