{
  "name": "react-native-solar-icons",
  "version": "2.1.0",
  "description": "Beautiful Solar icon set for React Native and Expo - 1500+ premium SVG icons in 6 styles",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.esm.js",
      "require": "./dist/index.cjs.js",
      "types": "./dist/index.d.ts"
    },
    "./icons/*": {
      "import": "./dist/generated/*/index.esm.js",
      "require": "./dist/generated/*/index.cjs.js",
      "types": "./dist/generated/*/index.d.ts"
    },
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "scripts": {
    "codegen": "node scripts/codegen.js",
    "build": "npm run codegen && npm run build:rollup",
    "build:rollup": "NODE_ENV=production rollup -c rollup.config.mjs",
    "build:dev": "npm run codegen && rollup -c rollup.config.mjs",
    "typecheck": "tsc --noEmit",
    "clean": "rm -rf dist src/generated",
    "prepublishOnly": "npm run clean && npm run build",
    "test": "echo \"No tests configured\" && exit 0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^11.1.6",
    "@svgr/core": "^8.1.0",
    "@svgr/plugin-jsx": "^8.1.0",
    "@svgr/plugin-svgo": "^8.1.0",
    "@types/react": "^18.2.0",
    "esbuild": "^0.27.2",
    "rollup": "^4.9.0",
    "rollup-plugin-dts": "^6.1.0",
    "rollup-plugin-esbuild": "^6.2.1",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "tslib": "^2.6.2",
    "typescript": "^5.3.0"
  },
  "peerDependencies": {
    "react": ">=17.0.0",
    "react-native": "*",
    "react-native-svg": ">=12.0.0"
  },
  "peerDependenciesMeta": {
    "react-native-svg": {
      "optional": false
    }
  },
  "keywords": [
    "react-native",
    "expo",
    "icons",
    "svg",
    "solar-icons",
    "ui",
    "components",
    "react-native-svg",
    "icon-set",
    "design-system",
    "mobile",
    "ios",
    "android",
    "vector-icons",
    "bold",
    "outline",
    "duotone",
    "linear",
    "broken"
  ],
  "author": {
    "name": "EbenJesusSaves",
    "url": "https://github.com/EbenJesusSaves"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/EbenJesusSaves/react-native-solar-icons.git"
  },
  "bugs": {
    "url": "https://github.com/EbenJesusSaves/react-native-solar-icons/issues"
  },
  "homepage": "https://github.com/EbenJesusSaves/react-native-solar-icons#readme",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=16.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
