Files
flaticon-uicons/package.json
T
2026-02-15 17:10:19 +08:00

29 lines
603 B
JSON

{
"name": "@invisi/ficons",
"version": "1.0.0",
"description": "Ficons icon font package with local explorer and webfonts.",
"license": "SEE LICENSE IN README",
"bin": "index.js",
"style": "fonts/ficons.css",
"files": [
"fonts",
"data/all_icons.js",
"explorer.html",
"explorer.js",
"explorer.css",
"README.md",
"index.js"
],
"scripts": {
"build:icons": "node build-icons-js.js",
"update:icons": "node update-icon-list.js",
"build:fonts": "node build-fonts.js"
},
"keywords": [
"icons",
"fonts",
"icon-font",
"webfonts"
]
}