{
  "name": "rn-app-icon-generator",
  "version": "1.3.15",
  "description": "A CLI tool to generate iOS and Android app icons for React Native from a single 1024x1024 PNG image.",
  "type": "module",
  "main": "./bin/index.js",
  "bin": {
    "rn-app-icon-generator": "./bin/index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ara-apps-dev/rn-app-icon-generator.git"
  },
  "homepage": "https://github.com/ara-apps-dev/rn-app-icon-generator#readme",
  "bugs": {
    "url": "https://github.com/ara-apps-dev/rn-app-icon-generator/issues"
  },
  "keywords": [
    "react-native",
    "cli",
    "app-icon",
    "icon-generator",
    "ios",
    "android",
    "launcher-icon",
    "rn",
    "rn-cli"
  ],
  "author": {
    "name": "Putra",
    "email": "ara.apps.dev@gmail.com",
    "url": "https://github.com/ara-apps-dev"
  },
  "license": "MIT",
  "files": [
    "bin",
    "core"
  ],
  "dependencies": {
    "chalk": "^5.4.1",
    "fs-extra": "^11.3.0",
    "image-type": "^6.0.0",
    "inquirer": "^12.6.3",
    "ora": "^8.2.0",
    "sharp": "^0.33.5"
  },
  "engines": {
    "node": ">=14"
  }
}
