lucide-astro
Version:
Get your Lucide icons right into your Astro project
47 lines (46 loc) • 987 B
JSON
{
"name": "lucide-astro",
"version": "0.556.0",
"description": "Get your Lucide icons right into your Astro project",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"homepage": "https://lucide-astro.dzeio.com",
"bugs": "https://github.com/dzeiocom/lucide-astro/issues",
"repository": "https://github.com/dzeiocom/lucide-astro.git",
"scripts": {
"prepublish": "node src/build.js",
"build": "node src/build.js"
},
"type": "module",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./*": {
"require": "./dist/*.astro",
"import": "./dist/*.astro",
"types": "./dist/index.d.ts"
}
},
"sideEffects": false,
"keywords": [
"astro",
"lucide",
"icons",
"astro-component"
],
"author": "Aviortheking",
"license": "MIT",
"devDependencies": {
"lucide-static": "0.556.0",
"semver": "^7.5.4"
},
"peerDependencies": {
"astro": ">=2.7.1"
},
"files": [
"dist"
]
}