{
  "name": "@react-native-oh-tpl/react-native-bootsplash",
  "version": "6.1.1-0.0.3",
  "license": "MIT",
  "description": "Display a bootsplash on your app starts. Hide it when you want.",
  "author": "Mathieu Acthernoene <zoontek@gmail.com>",
  "homepage": "https://github.com/react-native-oh-library/react-native-bootsplash",
  "main": "dist/commonjs/index.js",
  "module": "dist/module/index.js",
  "types": "dist/typescript/index.d.ts",
  "files": [
    "dist",
    "src",
    "harmony",
    "!src/addon",
    "RNBootSplash.podspec",
    "app.plugin.js",
    "react-native.config.js"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/react-native-oh-library/react-native-bootsplash.git"
  },
  "keywords": [
    "react-native-bootsplash",
    "react-native",
    "boot-splash",
    "bootsplash",
    "boot-screen",
    "bootscreen",
    "splash-screen",
    "splashscreen",
    "launch-screen",
    "launchscreen"
  ],
  "scripts": {
    "clean": "rm -rf dist",
    "format": "prettier '**/*' -u -w",
    "lint": "eslint --ext ts,tsx ./src",
    "typecheck": "tsc --noEmit",
    "build": "yarn clean && bob build && rm -rf dist/commonjs/package.json",
    "prepack": "bob build"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "dist",
    "targets": [
      "commonjs",
      "module",
      "typescript"
    ]
  },
  "prettier": {
    "plugins": [
      "prettier-plugin-organize-imports"
    ]
  },
  "peerDependencies": {
    "react": ">=18.1.0",
    "react-native": ">=0.70.0"
  },
  "dependencies": {
    "@expo/config-plugins": "^8.0.4",
    "detect-indent": "^6.1.0",
    "fs-extra": "^11.2.0",
    "json5": "^2.2.3",
    "node-html-parser": "^6.1.13",
    "picocolors": "^1.0.0",
    "prettier": "^3.2.5",
    "sharp": "^0.32.6",
    "ts-dedent": "^2.2.0",
    "xml-formatter": "^3.6.2",
    "react-native-bootsplash": "6.1.1"
  },
  "devDependencies": {
    "@babel/core": "^7.20.0",
    "@babel/preset-env": "^7.20.0",
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^20.12.7",
    "@types/react": "^18.2.60",
    "@types/semver": "^7.5.8",
    "@typescript-eslint/eslint-plugin": "^7.8.0",
    "@typescript-eslint/parser": "^7.8.0",
    "eslint": "^8.57.0",
    "eslint-plugin-react-hooks": "^4.6.2",
    "prettier-plugin-organize-imports": "^3.2.4",
    "react": "18.2.0",
    "react-native": "0.74.3",
    "react-native-builder-bob": "^0.23.2",
    "semver": "^7.6.2",
    "typescript": "^5.4.5"
  },
  "harmony": {
    "alias": "react-native-bootsplash",
      "codegenConfig": {
        "specPaths": [
          "./src"
        ]
      }
    }
}
