{
  "name": "@vooi/react-iconsax",
  "version": "1.1.0",
  "description": "React port of Iconsax icons",
  "main": "index.js",
  "homepage": "https://github.com/vooi-app/react-iconsax",
  "bugs": "https://github.com/vooi-app/react-iconsax/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/vooi-app/react-iconsax/lucide.git"
  },
  "types": "./dist/index.d.ts",
  "type": "module",
  "sideEffects": false,
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./*": {
      "types": "./dist/*.d.ts",
      "import": "./dist/*.js",
      "default": "./dist/*.js"
    }
  },
  "keywords": [
    "react",
    "icons",
    "iconsax",
    "react-iconsax",
    "svg",
    "icon"
  ],
  "author": "mxck",
  "license": "MIT",
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0-rc"
  },
  "devDependencies": {
    "@svgr/core": "^8.1.0",
    "@svgr/plugin-jsx": "^8.1.0",
    "@svgr/plugin-prettier": "^8.1.0",
    "@svgr/plugin-svgo": "^8.1.0",
    "@types/node": "^22.14.0",
    "@types/react": "^19.1.0",
    "esbuild-fix-imports-plugin": "^1.0.19",
    "tsup": "^8.4.0",
    "tsx": "^4.19.3",
    "typescript": "^5.8.3"
  },
  "scripts": {
    "build": "tsx index.ts"
  }
}