{
  "name": "@namiml/expo-sdk",
  "version": "3.4.10",
  "type": "module",
  "description": "Nami Expo SDK — paywall and subscription management for Expo apps",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "react-native": "./src/index.ts",
  "source": "./src/index.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "NAMI_SDK_ENV=development rollup -c",
    "build:prod": "NAMI_SDK_ENV=production rollup -c",
    "test": "jest --coverage",
    "lint": "eslint src/",
    "clean": "rm -rf dist",
    "dev": "rollup -c -w",
    "prepublishOnly": "yarn clean && yarn build:prod"
  },
  "dependencies": {
    "@namiml/expo-nami-iap": "3.4.10",
    "@namiml/sdk-core": "3.4.10",
    "react-native-qrcode-svg": "^6.3.21",
    "react-native-safe-area-context": "^5.6.0",
    "react-native-svg": "^15.15.4"
  },
  "peerDependencies": {
    "expo-constants": "*",
    "expo-device": "*",
    "expo-font": "*",
    "expo-image": "*",
    "expo-linking": "*",
    "expo-localization": "*",
    "expo-sqlite": "*",
    "expo-video": "*",
    "react": ">=18.0.0",
    "react-native": ">=0.72.0"
  },
  "peerDependenciesMeta": {
    "expo-font": {
      "optional": true
    },
    "expo-image": {
      "optional": true
    },
    "expo-video": {
      "optional": true
    },
    "react-native-iap": {
      "optional": true
    }
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@rollup/plugin-commonjs": "^28.0.0",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.0",
    "@rollup/plugin-replace": "^6.0.0",
    "@rollup/plugin-typescript": "^12.1.2",
    "@types/jest": "^29.5.14",
    "@types/react": "^18.3.12",
    "eslint": "^10.2.0",
    "jest": "^29.7.0",
    "jest-util": "^30.3.0",
    "react": "^18.3.1",
    "react-native": "^0.75.0",
    "rollup": "^4.18.0",
    "rollup-plugin-dts": "^6.1.0",
    "ts-jest": "^29.2.0",
    "typescript": "^5.4.5",
    "typescript-eslint": "^8.58.0"
  },
  "packageManager": "yarn@4.4.0",
  "sideEffects": [
    "./src/index.*",
    "./src/adapters/*"
  ],
  "resolutions": {
    "@xmldom/xmldom": "^0.8.13",
    "fast-xml-parser": "^5.7.0"
  }
}
