mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 09:28:23 +02:00
19 lines
330 B
JSON
19 lines
330 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",
|
|
"scripts": {
|
|
"test": "vitest run",
|
|
"test:watch": "vitest watch"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^7.3.6"
|
|
}
|
|
}
|