{
  "name": "lottie-loader-react-native",
  "version": "1.1.0",
  "description": "A React Native Loader Component which uses Airbnb's Lottie to render smooth and beautiful loading animations.",
  "source": "src/index.ts",
  "main": "dist/main.js",
  "module": "dist/module.js",
  "types": "dist/types.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "jest",
    "dev": "parcel watch",
    "build": "parcel build"
  },
  "devDependencies": {
    "@parcel/packager-ts": "^2.9.2",
    "@parcel/transformer-typescript-types": "^2.9.2",
    "@types/react": "^18.2.13",
    "parcel": "^2.9.2",
    "react": "^18.2.0",
    "typescript": "^5.1.3"
  },
  "peerDependencies": {
    "react": ">=17.0.0",
    "react-native": ">=0.64.0",
    "lottie-react-native": "^5.1.6"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bocarw121/lottie-loader-react-native.git"
  },
  "keywords": [
    "react-native",
    "react-native-loader",
    "lottie-react-native",
    "react-native-animation-loader",
    "react-native-animated-loader",
    "react-native-animation-spinner",
    "lottie",
    "spinner-icons",
    "spinners",
    "loaders",
    "android",
    "ios",
    "animations",
    "smooth",
    "keyframes"
  ],
  "author": "Bocar Wane",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bocarw121/lottie-loader-react-native/issues"
  },
  "homepage": "https://github.com/bocarw121/lottie-loader-react-native#readme"
}
