UNPKG

@uiw/file-icons

Version:
58 lines (57 loc) 1.11 kB
{ "name": "@uiw/file-icons", "version": "1.3.2", "description": "File icons in the file tree", "repository": { "type": "git", "url": "https://github.com/uiwjs/file-icons" }, "homepage": "https://uiwjs.github.io/file-icons", "scripts": { "font": "svgtofont --sources icon --output fonts", "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 && npm run build" }, "files": [ "lib", "esm", "*.js", "*.d.ts", "icon", "!icon/react", "!icon/*.html", "fonts" ], "keywords": [ "file-icons", "svg", "icon", "font", "webfont", "icon", "iconfont", "font-face", "compress", "minify", "font-cli", "otf", "ttf", "woff", "eot", "svg", "ttf2eot", "ttf2woff", "ttf2svg", "svg2ttf", "css", "base64" ], "author": "Kenny <wowohoo@qq.com>", "license": "MIT", "devDependencies": { "cpy-cli": "^4.2.0", "svgtofont": "~3.23.0", "tsbb": "^4.0.2" } }