mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 07:07:43 +01:00
* update deps * Remove ignoredBuiltDependencies * Fix build errors * try this * update config * add coma * Try this * Revert import change * try this * add wasm import * Load wasm * try this * Revert nitro version change * Revert nitro config change
20 lines
355 B
JSON
20 lines
355 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.2.4",
|
|
"vitest": "^4.0.12"
|
|
}
|
|
}
|