mirror of
https://github.com/danbulant/lucide
synced 2026-05-19 04:18:41 +00:00
15 lines
348 B
JSON
15 lines
348 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"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
}
|
|
}
|