mirror of
https://github.com/danbulant/lucide
synced 2026-05-19 04:18:41 +00:00
16 lines
382 B
JSON
16 lines
382 B
JSON
{
|
|
"name": "@rustforweb/lucide",
|
|
"description": "Rust port of Lucide.",
|
|
"author": "Rust for Web <info@rustforweb.org>",
|
|
"repository": "github:RustForWeb/lucide",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {},
|
|
"devDependencies": {
|
|
"prettier": "^3.3.3",
|
|
"tailwindcss": "^3.4.17"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
}
|
|
}
|