{
  "name": "react-native-purchasely",
  "title": "Purchasely React Native",
  "version": "5.7.3",
  "description": "Purchasely is a solution to ease the integration and boost your In-App Purchase & Subscriptions on the App Store, Google Play Store and Huawei App Gallery.",
  "source": "./src/index.tsx",
  "main": "./lib/commonjs/index.js",
  "module": "./lib/module/index.js",
  "types": "./lib/typescript/packages/purchasely/src/index.d.ts",
  "files": [
    "lib",
    "android",
    "ios",
    "cpp",
    "*.podspec",
    "react-native.config.js",
    "!ios/build",
    "!android/build",
    "!android/gradle",
    "!android/gradlew",
    "!android/gradlew.bat",
    "!android/local.properties",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!**/.*"
  ],
  "scripts": {
    "test": "jest",
    "typecheck": "tsc",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "prepare": "bob build"
  },
  "keywords": [
    "react-native",
    "ios",
    "android",
    "in-app",
    "iap",
    "Purchases",
    "Subscription",
    "StoreKit",
    "billing",
    "Purchasely",
    "Google",
    "Play",
    "App",
    "Store",
    "Huawei",
    "HMS"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Purchasely/Purchasely-ReactNative.git"
  },
  "author": "Purchasely SAS <hello@purchasely.com> (https://github.com/Purchasely)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Purchasely/Purchasely-ReactNative/issues"
  },
  "homepage": "https://github.com/Purchasely/Purchasely-ReactNative#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/react": "^18.2.44",
    "@types/react-test-renderer": "^19.0.0",
    "jest": "^29.7.0",
    "prettier": "^3.0.3",
    "react": "19.0.0",
    "react-native": "0.79.2",
    "react-native-builder-bob": "^0.36.0",
    "react-test-renderer": "19.0.0",
    "typescript": "^5.2.2"
  },
  "resolutions": {
    "@types/react": "^18.2.44"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "packageManager": "yarn@3.6.1",
  "jest": {
    "preset": "react-native",
    "modulePathIgnorePatterns": [
      "<rootDir>/example/node_modules",
      "<rootDir>/lib/"
    ]
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  }
}
