{
  "name": "schoolx-ota-manager",
  "version": "1.0.6",
  "description": "React Native library for managing OTA updates with GitLab integration",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "test": "jest"
  },
  "keywords": [
    "react-native",
    "ota",
    "hot-update",
    "gitlab",
    "bundle-update"
  ],
  "author": "Pham Quyet",
  "license": "MIT",
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-native": ">=0.60.0",
    "react-native-device-info": "^10.0.0",
    "react-native-ota-hot-update": "^1.0.0",
    "react-native-fs": "^2.20.0",
    "@react-native-async-storage/async-storage": "^1.19.0"
  },
  "dependencies": {
    "axios": "^1.0.0",
    "react-native-device-info": "^10.0.0",
    "react-native-ota-hot-update": "^1.0.0",
    "react-native-fs": "^2.20.0",
    "@react-native-async-storage/async-storage": "^1.19.0"
  },
  "devDependencies": {
    "@types/react": "^18.0.0",
    "@types/react-native": "^0.72.0",
    "typescript": "^5.0.0",
    "jest": "^29.0.0"
  },
  "files": [
    "lib/**/*",
    "README.md",
    "LICENSE"
  ]
}
