{
  "name": "@wso2/oxygen-ui-icons-react",
  "version": "0.13.1",
  "description": "WSO2 Oxygen UI Icons - Powered with Lucide icons library",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./*": {
      "types": "./dist/*.d.ts",
      "import": "./dist/*.js",
      "require": "./dist/*.cjs"
    }
  },
  "files": [
    "dist",
    "package.json",
    "README.md"
  ],
  "sideEffects": [
    "*.css",
    "dist/icons.css"
  ],
  "keywords": [
    "wso2",
    "oxygen-icons",
    "design-system",
    "lucide",
    "lucide-icons",
    "lucide-react",
    "react",
    "typescript",
    "components",
    "icon-library"
  ],
  "author": "WSO2 LLC",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/wso2/oxygen-ui.git"
  },
  "bugs": {
    "url": "https://github.com/wso2/oxygen-ui/issues"
  },
  "homepage": "https://github.com/wso2/oxygen-ui#readme",
  "dependencies": {
    "lucide-react": "1.16.0"
  },
  "peerDependencies": {
    "react": "19.2.3"
  },
  "devDependencies": {
    "@eslint/js": "9.39.0",
    "@types/react": "19.2.2",
    "@typescript-eslint/eslint-plugin": "8.45.0",
    "@typescript-eslint/parser": "8.45.0",
    "@vitest/ui": "4.0.6",
    "esbuild": "0.25.11",
    "eslint": "9.12.0",
    "eslint-plugin-react": "7.37.5",
    "eslint-plugin-react-hooks": "5.2.0",
    "fast-xml-parser": "5.3.0",
    "glob": "11.0.3",
    "prettier": "3.6.2",
    "rimraf": "6.1.0",
    "typescript": "5.9.3",
    "vitest": "4.0.6"
  },
  "publishConfig": {
    "access": "public"
  },
  "nx": {
    "targets": {
      "build": {
        "dependsOn": []
      }
    }
  },
  "scripts": {
    "build": "pnpm clean && pnpm generate:icons && tsc -p tsconfig.json && node esbuild.config.js",
    "build:watch": "node esbuild.config.js --watch",
    "dev": "node esbuild.config.js --watch",
    "typecheck": "tsc --noEmit",
    "lint": "eslint src",
    "lint:fix": "eslint src --fix",
    "generate:icons": "node scripts/build-icons.js",
    "clean": "rimraf dist",
    "test": "vitest run --passWithNoTests",
    "test:watch": "vitest"
  }
}