{
  "name": "@omerrj/phosphor-react-native",
  "version": "2.3.3",
  "description": "Flexible icons for React Native",
  "main": "lib/commonjs/lib/index.js",
  "module": "lib/module/lib/index.js",
  "types": "lib/typescript/index.d.ts",
  "react-native": "src/index.tsx",
  "source": "src/index",
  "files": [
    "src",
    "lib",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "android",
    "ios",
    "cpp",
    "phosphor-react-native.podspec",
    "!lib/typescript/example",
    "!android/build",
    "!ios/build"
  ],
  "scripts": {
    "test": "jest",
    "typescript": "tsc --noEmit",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "release": "release-it",
    "example": "yarn --cwd example",
    "pods": "cd example && pod-install --quiet",
    "bootstrap": "yarn example && yarn && yarn pods",
    "format": "prettier --write src/**/* src/lib/index.tsx",
    "generate": "node generator/generate-svg.js",
    "prepare": "husky install && bob build"
  },
  "keywords": [
    "react-native",
    "ios",
    "android"
  ],
  "repository": "https://github.com/duongdev/phosphor-react-native",
  "author": "Dustin Do <dustin.do95@gmail.com> (https://github.com/duongdev)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/duongdev/phosphor-react-native/issues"
  },
  "homepage": "https://github.com/duongdev/phosphor-react-native#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "@phosphor-icons/core": "^2.1.1"
  },
  "devDependencies": {
    "@commitlint/config-conventional": "^17.6.7",
    "@react-native/eslint-config": "^0.72.2",
    "@release-it/conventional-changelog": "^7.0.0",
    "@svgr/babel-plugin-add-jsx-attribute": "^8.0.0",
    "@svgr/core": "^8.0.0",
    "@svgr/plugin-jsx": "^8.0.1",
    "@svgr/plugin-svgo": "^8.0.1",
    "@types/jest": "^29.5.3",
    "@types/react": "^18.2.18",
    "@types/react-native": "0.72.3",
    "case": "^1.6.3",
    "chalk": "^4",
    "commitlint": "^17.6.7",
    "eslint": "^8.46.0",
    "eslint-config-prettier": "^8.9.0",
    "eslint-plugin-prettier": "^5.0.0",
    "fs-extra": "^11.1.1",
    "husky": "^8.0.3",
    "jest": "^29.6.2",
    "pod-install": "^0.1.38",
    "prettier": "^3.0.0",
    "react": "18.2.0",
    "react-native": "0.72.3",
    "react-native-builder-bob": "^0.21.3",
    "react-native-svg": "^13.10.0",
    "release-it": "^16.1.3",
    "typescript": "^5.1.6"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "react-native-svg": "*"
  },
  "jest": {
    "preset": "react-native",
    "modulePathIgnorePatterns": [
      "<rootDir>/example/node_modules",
      "<rootDir>/lib/"
    ]
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "release-it": {
    "git": {
      "commitMessage": "chore: release ${version}",
      "tagName": "v${version}"
    },
    "npm": {
      "publish": true
    },
    "github": {
      "release": true
    },
    "plugins": {
      "@release-it/conventional-changelog": {
        "preset": "angular"
      }
    }
  },
  "eslintConfig": {
    "root": true,
    "extends": [
      "@react-native",
      "prettier"
    ],
    "rules": {
      "prettier/prettier": [
        "error",
        {
          "quoteProps": "consistent",
          "singleQuote": true,
          "tabWidth": 2,
          "trailingComma": "es5",
          "useTabs": false
        }
      ]
    }
  },
  "eslintIgnore": [
    "node_modules/",
    "lib/",
    "src/bold",
    "src/duotone",
    "src/fill",
    "src/icons",
    "src/light",
    "src/regular",
    "src/thin"
  ],
  "prettier": {
    "quoteProps": "consistent",
    "singleQuote": true,
    "tabWidth": 2,
    "trailingComma": "es5",
    "useTabs": false
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      [
        "commonjs",
        {
          "sourceMaps": false
        }
      ],
      "module",
      [
        "typescript",
        {
          "tsc": "./node_modules/typescript/bin/tsc",
          "project": "tsconfig.build.json"
        }
      ]
    ]
  }
}
