{
  "name": "lucide-uniwind",
  "description": "Lucide icons for React Native, with a ClassName prop for Uniwind",
  "version": "1.31.0",
  "packageManager": "yarn@4.5.2",
  "sideEffects": false,
  "author": "Alexander Nicholson & Jonas Derissen",
  "homepage": "https://github.com/jnsdrssn/lucide-uniwind#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/jnsdrssn/lucide-uniwind"
  },
  "license": "ISC",
  "type": "module",
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/types/index.d.ts",
  "files": [
    "dist/**/*",
    "README.md",
    "LICENSE"
  ],
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.js",
      "default": "./dist/esm/index.js"
    },
    "./index.web": {
      "types": "./dist/types/index.web.d.ts",
      "import": "./dist/esm/index.web.js",
      "require": "./dist/cjs/index.web.js",
      "default": "./dist/esm/index.web.js"
    },
    "./iconWithClassName": {
      "types": "./dist/types/iconWithClassName.d.ts",
      "import": "./dist/esm/iconWithClassName.js",
      "require": "./dist/cjs/iconWithClassName.js",
      "default": "./dist/esm/iconWithClassName.js"
    },
    "./icons/*": {
      "types": "./dist/types/icons/*.d.ts",
      "import": "./dist/esm/icons/*.js",
      "require": "./dist/cjs/icons/*.js",
      "default": "./dist/esm/icons/*.js"
    },
    "./package.json": "./package.json"
  },
  "devDependencies": {
    "@babel/cli": "^7.22.10",
    "@babel/core": "^7.22.10",
    "@babel/preset-env": "^7.22.10",
    "@babel/preset-react": "^7.18.6",
    "@babel/preset-typescript": "^7.26.0",
    "@jest/globals": "^29.7.0",
    "@testing-library/dom": "^10.1.0",
    "@testing-library/jest-dom": "^6.0.0",
    "@testing-library/react": "^16.0.0",
    "@testing-library/user-event": "^14.4.3",
    "@types/jest": "^30.0.0",
    "@types/node": "^22.4.1",
    "@types/react": "^19.0.10",
    "@types/react-dom": "^19.0.3",
    "cross-env": "^10.0.0",
    "jest": "^30.0.2",
    "lucide": "1.31.0",
    "lucide-react": "1.31.0",
    "lucide-react-native": "1.31.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "react-native": "^0.80.2",
    "react-native-svg": "^15.9.0",
    "rimraf": "^6.0.1",
    "ts-jest": "^29.2.5",
    "tslib": "^2.6.1",
    "tsx": "^4.19.2",
    "typescript": "^5.7.3",
    "uniwind": "^1.0.0"
  },
  "scripts": {
    "generate": "tsx scripts/generateIcons",
    "build": "yarn generate && rimraf dist && yarn build:esm && yarn build:cjs && yarn build:tsc",
    "build:esm": "cross-env BABEL_ENV=esmUnbundled babel src --extensions '.ts,.tsx' --out-dir 'dist/esm' --copy-files --no-copy-ignored",
    "build:cjs": "cross-env BABEL_ENV=cjs babel src --extensions '.ts,.tsx' --out-dir 'dist/cjs'",
    "build:tsc": "tsc --project tsconfig.prod.json",
    "test": "jest"
  },
  "peerDependencies": {
    "lucide-react": "1.31.0",
    "lucide-react-native": "1.31.0",
    "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-native": "*",
    "react-native-svg": "*",
    "uniwind": "^1.0.0"
  },
  "peerDependenciesMeta": {
    "lucide-react": {
      "optional": true
    },
    "lucide-react-native": {
      "optional": true
    },
    "react-dom": {
      "optional": true
    },
    "react-native": {
      "optional": true
    },
    "react-native-svg": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "lucide",
    "react",
    "react-native",
    "icons",
    "svg",
    "icon-library",
    "tree-shakable",
    "className",
    "uniwind"
  ]
}
