{
  "name": "@namiml/vega-sdk",
  "version": "3.4.11",
  "description": "Nami Vega SDK — paywall and subscription management for Amazon VegaOS (Fire TV/tablets)",
  "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",
    "clean": "rm -rf dist",
    "dev": "NAMI_SDK_ENV=development rollup -c -w",
    "prepublishOnly": "yarn clean && yarn build:prod"
  },
  "dependencies": {
    "@namiml/expo-sdk": "3.4.11"
  },
  "peerDependencies": {
    "@amazon-devices/expo-asset": "~2.0.0",
    "@amazon-devices/expo-constants": "*",
    "@amazon-devices/expo-device": "*",
    "@amazon-devices/expo-font": "*",
    "@amazon-devices/expo-image": "*",
    "@amazon-devices/expo-linking": "*",
    "@amazon-devices/expo-localization": "*",
    "@amazon-devices/expo-sqlite": "*",
    "@amazon-devices/keplerscript-appstore-iap-lib": "~2.12.10",
    "@amazon-devices/react-native-kepler": "^2.0.1758683737",
    "@amazon-devices/react-native-w3cmedia": "*",
    "react": ">=18.0.0",
    "react-native": ">=0.72.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^28.0.0",
    "@rollup/plugin-node-resolve": "^16.0.0",
    "@rollup/plugin-replace": "^6.0.0",
    "@rollup/plugin-typescript": "^12.1.2",
    "rollup": "^4.18.0",
    "rollup-plugin-dts": "^6.1.0",
    "tslib": "^2.6.0",
    "typescript": "^5.4.5"
  },
  "resolutions": {
    "@xmldom/xmldom@npm:~0.7.7": "0.8.13",
    "fast-xml-parser": "^5.7.0"
  },
  "packageManager": "yarn@4.4.0"
}
