{
  "name": "@jeonghwanko/onesub-sdk",
  "version": "0.11.1",
  "description": "React Native SDK for in-app subscriptions. useOneSub() hook + Paywall component. Built on react-native-iap.",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "src",
    "!dist/__tests__",
    "!src/__tests__",
    "!src/types/react-native-fallback.d.ts"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "type-check": "tsc --noEmit",
    "type-check:peer": "tsc --noEmit -p tsconfig.peer.json"
  },
  "keywords": [
    "react-native",
    "expo",
    "subscription",
    "in-app-purchase",
    "paywall",
    "iap",
    "react-native-iap",
    "storekit",
    "google-play"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/jeonghwanko/onesub.git",
    "directory": "packages/sdk"
  },
  "homepage": "https://onesub.pryzm.gg",
  "license": "MIT",
  "dependencies": {
    "@onesub/shared": "0.16.2"
  },
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-native": ">=0.73.0",
    "react-native-iap": ">=15.0.0 <16.0.0"
  },
  "peerDependenciesMeta": {
    "react-native-iap": {
      "optional": true
    }
  },
  "devDependencies": {
    "@types/react": "^19.2.18",
    "jsdom": "^29.1.1",
    "react": "^19.2.8",
    "react-dom": "^19.2.8",
    "typescript": "^5.7.0"
  }
}
