{
  "name": "iconsax-react-native",
  "version": "0.0.8",
  "author": "Erfan Khadivar <rendinjast@gmail.com>",
  "homepage": "https://iconsax-react.pages.dev/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rendinjast/iconsax-react.git",
    "directory": "packages/iconsax-react-native"
  },
  "bugs": {
    "url": "https://github.com/rendinjast/iconsax-react/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "scripts": {
    "gen": "node ./scripts/build.js",
    "preBuild": "rm -rf dist",
    "build:bundle": "rollup --config rollup.config.js",
    "build": "yarn preBuild && yarn build:bundle",
    "publish": "yarn publish"
  },
  "keywords": [
    "icons",
    "react-native",
    "icon components",
    "iconsax"
  ],
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@babel/cli": "^7.15.7",
    "@babel/core": "^7.15.5",
    "@babel/plugin-proposal-object-rest-spread": "^7.15.6",
    "@babel/preset-env": "^7.15.6",
    "@babel/preset-react": "^7.14.5",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^20.0.0",
    "@rollup/plugin-node-resolve": "^13.0.4",
    "@types/react": "^17.0.22",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "eslint-config-airbnb": "^18.2.1",
    "eslint-plugin-import": "^2.24.2",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-react": "^7.25.3",
    "react": "^17.0.2",
    "react-native-svg": "^12.1.1",
    "rollup": "^2.56.3",
    "rollup-plugin-copy": "^3.4.0",
    "rollup-plugin-filesize": "^9.1.1",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-uglify": "^6.0.4"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": ">=0.46",
    "react-native-svg": ">=5.3"
  },
  "dependencies": {
    "prop-types": "^15.7.2"
  }
}
