mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-29 00:10:52 +01:00
* Adjust typescript types * adjust types * fix types in all helper files * Fix types * Migrate js files to ts files * Refactor to TS files * Rename extentions * Adjust imports * Fix builds * Update lockfile * Fix last typescript migration * Fix entry path @lucide/outline-svg * Fix types * add checkout step * format files * Format files
15 lines
289 B
JSON
15 lines
289 B
JSON
{
|
|
"name": "@lucide/helpers",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "A internal used package with helpers.",
|
|
"main": "helpers.ts",
|
|
"types": "helpers.ts",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@types/node": "^22"
|
|
}
|
|
}
|