mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-15 21:27:42 +01:00
* update deps * Remove ignoredBuiltDependencies * Fix build errors * try this * update config * add coma * Try this * Revert import change * try this * add wasm import * Load wasm * try this * Revert nitro version change * Revert nitro config change
25 lines
500 B
JSON
25 lines
500 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 ./main.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fs-extra": "^11.2.0",
|
|
"minimist": "^1.2.8",
|
|
"svgtofont": "^6.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^11.0.4",
|
|
"@types/minimist": "^1.2.5",
|
|
"@types/node": "^22"
|
|
}
|
|
}
|