mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 17:36:19 +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
19 lines
367 B
JSON
19 lines
367 B
JSON
{
|
|
"name": "@lucide/outline-svg",
|
|
"description": "A internal used package to outline SVGs.",
|
|
"private": true,
|
|
"version": "2.0.0",
|
|
"main": "main.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node ./main.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minimist": "^1.2.8",
|
|
"oslllo-svg-fixer": "^5.0.0"
|
|
}
|
|
}
|