{
  "name": "@elmaurer/react-native-remix-icon",
  "version": "1.0.3",
  "description": "remix icons for react-native",
  "keywords": [
    "react-native-remix-icon",
    "remix-icon",
    "rn-remix-icon",
    "react-native-remix-icon@4.6.0"
  ],
  "main": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "icons-download": "tsx ./script/download/index.ts",
    "icons-parse": "tsx ./script/parse/index.ts",
    "start": "react-native run-android",
    "build": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript"
  },
  "author": "elmaurer",
  "license": "MIT",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/elmaurer/react-native-remix-icon"
  },
  "devDependencies": {
    "@react-native-community/cli": "^15.1.3",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.1.2",
    "@svgr/babel-plugin-transform-react-native-svg": "^8.1.0",
    "@svgr/core": "^8.1.0",
    "@svgr/plugin-jsx": "^8.1.0",
    "@svgr/plugin-prettier": "^8.1.0",
    "@svgr/plugin-svgo": "^8.1.0",
    "@types/node": "^22.10.6",
    "@types/react": "18.2.6",
    "@types/rollup": "^0.51.4",
    "@types/unzipper": "^0.10.10",
    "react": "^18.3.1",
    "react-native": "^0.76.6",
    "react-native-svg": "^15.11.1",
    "rollup": "^4.30.1",
    "rollup-plugin-dts": "^6.1.1",
    "tsx": "^4.19.2",
    "typescript": "^5.7.3",
    "unzipper": "^0.12.3"
  },
  "peerDependencies": {
    "react-native-svg": "*"
  }
}
