{
  "name": "lucide-icon-component",
  "version": "1.0.28",
  "description": "A React component for Lucide Icons",
  "main": "build/index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "clean-tgz": "rm -f *.tgz",
    "prepublishOnly": "npm run clean-tgz"
  },
  "keywords": [
    "lucide",
    "icon",
    "lucide-icon",
    "react icon",
    "svg icon",
    "icon component"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/maxpaleo/lucide-react-component.git"
  },
  "author": "Max Pauwels",
  "license": "ISC",
  "devDependencies": {
    "@types/react": "^19.0.0",
    "typescript": "^5.5.3"
  },
  "types": "build/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "react": ">=18.0.0 <20.0.0",
    "react-dom": ">=18.0.0 <20.0.0"
  },
  "dependencies": {
    "lucide-react": "0.474.0"
  }
}
