{
  "name": "@react-zero-ui/icon-sprite",
  "version": "0.4.1",
  "description": "Generate a single SVG sprite containing only the icons you used (Lucide + Tabler + custom). Lucid to SVG sprite solution for React.",
  "keywords": [
    "react",
    "icons",
    "lucide",
    "tabler",
    "svg",
    "sprite",
    "nextjs",
    "vite",
    "zero-runtime",
    "tree-shaking",
    "lucid-to-sprite",
    "svg-to-sprite"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/react-zero-ui/icon-sprite.git",
    "directory": "icon-sprite"
  },
  "author": "Austinserb <austin@zero-ui.dev>",
  "sideEffects": false,
  "license": "MIT",
  "private": false,
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "scripts",
    "!/scripts/lucide-icons",
    "!/scripts/gen-dist.js",
    "!/scripts/gen-wrappers.js",
    "README.md"
  ],
  "scripts": {
    "build": "rm -rf dist && node scripts/gen-wrappers.js && tsc && node scripts/gen-dist.js",
    "prepack": "npm run build && npm run test",
    "collect:lucide": "node scripts/collect-lucide-icons.js",
    "test": "node tests/run-all-tests.js",
    "test:integration": "node tests/integration-test.js",
    "type-check": "tsc --noEmit | tee type-errors.log"
  },
  "bin": {
    "zero-icons": "scripts/index.js"
  },
  "peerDependencies": {
    "react": ">=17"
  },
  "dependencies": {
    "@babel/core": "^7.29.0",
    "@babel/preset-react": "^7.28.5",
    "@babel/preset-typescript": "^7.28.5",
    "@babel/traverse": "^7.29.0",
    "@tabler/icons": "^3.43.0",
    "@tabler/icons-react": "^3.43.0",
    "svgstore": "^3.0.1"
  },
  "devDependencies": {
    "@types/node": "^24.10.1",
    "@types/parse5": "^6.0.3",
    "@types/react": "^19.2.14",
    "lucide-react": "^1.14.0",
    "lucide-static": "^1.14.0",
    "typescript": "^5.9.3"
  }
}
