mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 16:26:21 +01:00
* Update lucide readme * Add Readme and update package.jsons * Update readme * Update package logos * Update darkmode logos * Update title build font readme
27 lines
551 B
JSON
27 lines
551 B
JSON
{
|
|
"name": "@lucide/build-icons",
|
|
"description": "A internal used package to build icon code files for the lucide icon library packages.",
|
|
"version": "1.0.0",
|
|
"main": "index.mjs",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node ./main.mjs"
|
|
},
|
|
"bin": {
|
|
"build-icons": "./main.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">= 16"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minimist": "^1.2.7",
|
|
"node-fetch": "^3.2.10",
|
|
"prettier": "2.7.1",
|
|
"svgo": "^3.0.0",
|
|
"svgson": "^5.2.1"
|
|
}
|
|
}
|