mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-25 00:09:21 +01:00
* Fixed import of toKebabCase helper function * Added utils package * utils * Make utils package work in build * Add lucide-shared * Transpile solid with esbuild * Fix resolve modules * Cleanup * Format files * Fix properties plugins function * Fix properties plugins in lucide package * Revert remove resolve plugin and cleanup * Update snapshots * Revert icon changes --------- Co-authored-by: Rohan <rohancrrm@gmail.com>
12 lines
202 B
JSON
12 lines
202 B
JSON
{
|
|
"name": "@lucide/shared",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"type": "module",
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|