{
  "name": "app-upgrade-react-native-sdk",
  "version": "2.0.0",
  "description": "Official App Upgrade react-native sdk",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "test": "jest --verbose"
  },
  "author": "App Upgrade <support@appupgrade.dev> (https://appupgrade.dev)",
  "homepage": "https://github.com/appupgrade-dev/app-upgrade-react-native-sdk",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/appupgrade-dev/app-upgrade-react-native-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/appupgrade-dev/app-upgrade-react-native-sdk.git/issues"
  },
  "license": "MIT",
  "dependencies": {
    "axios": "^1.13.0",
    "axios-retry": "^4.5.0"
  },
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-native": ">=0.70.0"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": false
    },
    "react-native": {
      "optional": false
    }
  },
  "keywords": [
    "app-update",
    "react-native",
    "force-update",
    "version",
    "app-upgrade",
    "force-upgrade",
    "typescript"
  ],
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "@types/react": "^19.0.0",
    "jest": "^30.3.0",
    "ts-jest": "^29.4.6",
    "typescript": "^5.7.0"
  }
}