e2df9d2e39
Adds a CLI interface to search icons by keyword and optional variation. Usage: npx @invisi/flaticon-uicons <keyword...> [variation] Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
27 lines
581 B
JSON
27 lines
581 B
JSON
{
|
|
"name": "@invisi/flaticon-uicons",
|
|
"version": "0.2.2",
|
|
"description": "Flaticon UIcons font icon package with local explorer and webfonts.",
|
|
"license": "SEE LICENSE IN README",
|
|
"bin": "index.js",
|
|
"style": "fonts/flaticon.css",
|
|
"files": [
|
|
"fonts",
|
|
"data/all_icons.js",
|
|
"explorer.html",
|
|
"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": [
|
|
"flaticon",
|
|
"icons",
|
|
"fonts",
|
|
"uicons"
|
|
]
|
|
}
|