{
  "name": "solar-icons-rn",
  "version": "1.0.2",
  "description": "Beautiful Solar icon set for React Native and Expo - 1500+ premium SVG icons in 6 styles",
  "main": "icons/index.js",
  "types": "icons/index.d.ts",
  "scripts": {
    "prepublishOnly": "echo 'Ready to publish!' && yarn pack --dry-run"
  },
  "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"
  ],
  "author": {
    "name": "EbenJesusSaves",
    "url": "https://github.com/EbenJesusSaves"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/EbenJesusSaves/solar-icons-rn.git"
  },
  "bugs": {
    "url": "https://github.com/EbenJesusSaves/solar-icons-rn/issues"
  },
  "homepage": "https://github.com/EbenJesusSaves/solar-icons-rn#readme",
  "peerDependencies": {
    "react": "^18 || ^19",
    "react-native": "*",
    "react-native-svg": ">=12.0.0"
  },
  "peerDependenciesMeta": {
    "react-native-svg": {
      "optional": false
    }
  },
  "files": [
    "icons",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=16.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "packageManager": "yarn@1.22.22"
}
