{
  "name": "@react-native-vector-icons/get-image",
  "version": "13.0.0",
  "description": "Glyph to png conversion for react native vector icons",
  "source": "./src/index.ts",
  "main": "./lib/commonjs/index.js",
  "module": "./lib/module/index.js",
  "types": "./lib/typescript/commonjs/src/index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": {
        "types": "./lib/typescript/module/src/index.d.ts",
        "default": "./lib/module/index.js"
      },
      "require": {
        "types": "./lib/typescript/commonjs/src/index.d.ts",
        "default": "./lib/commonjs/index.js"
      }
    }
  },
  "files": [
    "scripts",
    "src",
    "lib",
    "android",
    "ios",
    "cpp",
    "*.podspec",
    "react-native.config.js",
    "!ios/generated",
    "!android/generated",
    "!ios/build",
    "!android/build",
    "!android/gradle",
    "!android/gradlew",
    "!android/gradlew.bat",
    "!android/local.properties",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!**/.*"
  ],
  "keywords": [
    "react-native",
    "ios",
    "android",
    "osx",
    "windows",
    "macos",
    "react-component",
    "react-native-component",
    "react",
    "mobile",
    "ui",
    "icon",
    "icons",
    "vector",
    "retina",
    "font"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/oblador/react-native-vector-icons.git",
    "directory": "packages/get-image"
  },
  "author": {
    "name": "Joel Arvidsson",
    "email": "joel@oblador.se"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/oblador/react-native-vector-icons/issues"
  },
  "homepage": "https://github.com/oblador/react-native-vector-icons",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@types/react": "^19.1.0",
    "del-cli": "^6.0.0",
    "onchange": "^7.1.0",
    "react": "19.1.0",
    "react-native": "0.80.0",
    "react-native-builder-bob": "^0.35.2",
    "turbo": "^1.13.4",
    "typescript": "^5.7.2"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      [
        "commonjs",
        {
          "esm": true
        }
      ],
      [
        "module",
        {
          "esm": true
        }
      ],
      [
        "typescript",
        {
          "project": "tsconfig.build.json",
          "esm": true
        }
      ]
    ]
  },
  "codegenConfig": {
    "name": "RNVectorIconsSpec",
    "type": "modules",
    "jsSrcsDir": "src",
    "android": {
      "javaPackageName": "com.reactnativevectoricons.get_image"
    },
    "includesGeneratedCode": false
  },
  "create-react-native-library": {
    "type": "module-mixed",
    "languages": "kotlin-objc",
    "version": "0.41.2"
  },
  "scripts": {
    "clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
    "watch": "onchange 'src/**' --initial -- pnpm run prepare"
  }
}