mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 11:38:25 +02:00
15 lines
294 B
JSON
15 lines
294 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.20.1"
|
|
}
|
|
}
|