{
  "name": "react-native-wallpapers",
  "version": "2.0.4",
  "description": "Comprehensive React Native library for Android wallpaper management. Static, live, video, parallax wallpapers with full customization.",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib",
    "android",
    "ios",
    "react-native-wallpapers.podspec"
  ],
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build"
  },
  "keywords": [
    "react-native",
    "android",
    "wallpaper",
    "live-wallpaper",
    "parallax",
    "home-screen",
    "lock-screen"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/yourname/react-native-wallpapers.git"
  },
  "author": "ZUN4iR",
  "license": "MIT",
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "devDependencies": {
    "typescript": "^6.0.3"
  }
}