{
  "name": "@react-native-oh-tpl/react-native-localize",
  "version": "3.1.0-0.0.1",
  "license": "MIT",
  "description": "A toolbox for your React Native app localization.",
  "author": "Mathieu Acthernoene <zoontek@gmail.com>",
  "homepage": "https://github.com/zoontek/react-native-localize",
  "types": "dist/typescript/index.d.ts",
  "main": "dist/commonjs/index.js",
  "module": "dist/module/index.js",
  "files": [
    "/dist",
    "/harmony",
    "/src",
    "RNLocalize.podspec",
    "package.json"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/react-native-oh-library/react-native-localize.git"
  },
  "keywords": [
    "react-native-localize",
    "react-native",
    "react-native-macos",
    "localize",
    "localization",
    "l20n"
  ],
  "scripts": {
    "format": "prettier \"**/*\" -u -w",
    "typecheck": "tsc --noEmit",
    "build": "bob build && tsc mock/index -d -m commonjs -t es2015 --skipLibCheck",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "prepare": "bob build",
    "release": "release-it",
    "example": "yarn --cwd example",
    "bootstrap": "yarn example && yarn install && yarn example pods",
    "clean": "del-cli android/build example/android/build example/android/app/build example/ios/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",
    "react-native-macos": ">=0.70.0"
  },
  "peerDependenciesMeta": {
    "react-native-macos": {
      "optional": true
    }
  },
  "dependencies": {
    "react-native-localize": "3.1.0"
  },
  "devDependencies": {
    "@babel/core": "^7.20.0",
    "@babel/preset-env": "^7.20.0",
    "@types/jest": "^29.5.11",
    "@types/react": "^18.2.47",
    "prettier": "^3.1.1",
    "prettier-plugin-organize-imports": "^3.2.4",
    "react": "18.2.0",
    "react-native": "0.72.5",
    "react-native-builder-bob": "^0.23.2",
    "typescript": "^5.3.3"
  },
  "overrides": {
    "@react-native/codegen": "0.74.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
     "access": "public"
  },
  "harmony": {
    "alias": "react-native-localize",
    "codegenConfig": {
      "specPaths": [
        "./src"
      ]
    }
  }
}
