mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 09:28:23 +02:00
29 lines
637 B
JSON
29 lines
637 B
JSON
{
|
|
"name": "build-font",
|
|
"description": "A internal used package to build the font.",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"main": "main.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node ./src/main.ts",
|
|
"test": "vitest run"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@vercel/blob": "^2.6.1",
|
|
"fs-extra": "^11.3.6",
|
|
"minimist": "^1.2.8",
|
|
"oslllo-svg-fixer": "^5.0.0",
|
|
"svgtofont": "^6.5.3"
|
|
},
|
|
"devDependencies": {
|
|
"@lucide/helpers": "workspace:*",
|
|
"@types/fs-extra": "^11.0.4",
|
|
"@types/minimist": "^1.2.5",
|
|
"@types/node": "^22.20.1"
|
|
}
|
|
}
|