{
  "name": "react-native-change-icon",
  "title": "React Native Change Icon",
  "version": "5.0.0",
  "description": "Change application icon programmatically in React-Native.",
  "main": "dist/index.js",
  "source": "src/index.ts",
  "react-native": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "android",
    "ios",
    "dist/**/*",
    "NativeChangeIcon.ts",
    "react-native-change-icon.podspec",
    "react-native.config.js",
    "README.md"
  ],
  "scripts": {
    "build": "tsc"
  },
  "keywords": [
    "react-native",
    "ios",
    "android"
  ],
  "repository": "https://github.com/skb1129/react-native-change-icon",
  "author": "Surya Kant Bansal <suryakantbansal97@gmail.com> (https://github.com/skb1129)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/skb1129/react-native-change-icon/issues"
  },
  "homepage": "https://github.com/skb1129/react-native-change-icon#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "react-native": "^0.72.4",
    "@types/react-native": "^0.72.2",
    "typescript": "^5.1.6"
  },
  "peerDependencies": {
    "react-native": "*"
  },
  "packageManager": "^yarn@1.22.19",
  "codegenConfig": {
    "name": "RNChangeIconSpec",
    "type": "all",
    "jsSrcsDir": ".",
    "android": {
      "javaPackageName": "com.facebook.fbreact.specs"
    }
  }
}
