{
  "name": "@vellira-ui/icons",
  "version": "2.76.0",
  "description": "Cross-platform icon package for Vellira Design System",
  "keywords": [
    "vellira",
    "icons",
    "react",
    "react-native",
    "svg",
    "lottie",
    "design-system",
    "typescript"
  ],
  "author": "Roman Bakurov",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vellira-dev/vellira.git",
    "directory": "packages/icons"
  },
  "homepage": "https://vellira.dev",
  "bugs": {
    "url": "https://github.com/vellira-dev/vellira/issues"
  },
  "private": false,
  "type": "module",
  "sideEffects": false,
  "main": "./dist/web.js",
  "module": "./dist/web.js",
  "types": "./dist/web.d.ts",
  "react-native": "./dist/native.js",
  "exports": {
    ".": {
      "react-native": {
        "vellira-source": "./src/native.source.ts",
        "default": "./dist/native.js"
      },
      "vellira-source": "./src/web.source.ts",
      "types": "./dist/web.d.ts",
      "import": "./dist/web.js",
      "default": "./dist/web.js"
    },
    "./web": {
      "vellira-source": "./src/web.source.ts",
      "types": "./dist/web.d.ts",
      "import": "./dist/web.js",
      "default": "./dist/web.js"
    },
    "./native": {
      "vellira-source": "./src/native.source.ts",
      "types": "./dist/native.d.ts",
      "import": "./dist/native.js",
      "default": "./dist/native.js"
    },
    "./lottie": {
      "vellira-source": "./src/lottie.ts",
      "types": "./dist/lottie.d.ts",
      "import": "./dist/lottie.js",
      "default": "./dist/lottie.js"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "clean": "node --input-type=module -e \"import fs from 'node:fs'; fs.rmSync('dist', { recursive: true, force: true }); fs.rmSync('src/generated', { recursive: true, force: true })\"",
    "generate": "tsx scripts/generate-icons.ts",
    "build": "pnpm run generate && tsc -p tsconfig.build.json && tsx scripts/prune-dist-icons.ts",
    "typecheck": "tsc -p tsconfig.json --noEmit"
  },
  "peerDependencies": {
    "react": ">=18",
    "react-native": ">=0.72",
    "react-native-svg": ">=13"
  },
  "peerDependenciesMeta": {
    "react-native": {
      "optional": true
    },
    "react-native-svg": {
      "optional": true
    }
  },
  "devDependencies": {
    "@svgr/core": "^8.1.0",
    "@svgr/plugin-jsx": "^8.1.0",
    "@types/react": "^19.2.17",
    "fast-glob": "^3.3.3",
    "lottie-web": "^5.13.0",
    "react": "19.2.3",
    "react-native": "0.86.0",
    "react-native-svg": "15.15.4"
  },
  "publishConfig": {
    "access": "public"
  }
}
