{
  "name": "react-native-gradient-shimmer",
  "displayName": "React-Native Gradient Renderer",
  "version": "2.2.0",
  "description": "⚛ A pure JavaScript, performant, typed shimmer component for Android and iOS.",
  "main": "dist",
  "react-native": "lib/index.ts",
  "license": "MIT",
  "private": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/douglasjunior/react-native-gradient-shimmer.git"
  },
  "keywords": [
    "react-native",
    "android",
    "ios",
    "web",
    "shimmer",
    "skeleton",
    "animated",
    "linear-gradient"
  ],
  "author": {
    "name": "Douglas Nassif Roma Junior",
    "email": "nassifrroma@gmail.com",
    "url": "https://github.com/douglasjunior"
  },
  "bugs": {
    "url": "https://github.com/douglasjunior/react-native-gradient-shimmer/issues"
  },
  "homepage": "https://github.com/douglasjunior/react-native-gradient-shimmer",
  "scripts": {
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "lint": "eslint .",
    "start": "react-native start",
    "test": "jest",
    "build": "tsc --build tsconfig.build.json",
    "publish-script": "node scripts/publish.js"
  },
  "peerDependencies": {
    "react-native": ">=0.60"
  },
  "devDependencies": {
    "expo": "~53.0.0",
    "expo-linear-gradient": "~14.1.5",
    "expo-status-bar": "~2.2.3",
    "react": "19.0.0",
    "react-native": "0.79.5",
    "react-native-linear-gradient": "^2.8.3",
    "@babel/core": "^7.25.2",
    "@babel/preset-env": "^7.25.3",
    "@babel/runtime": "^7.25.0",
    "@react-native-community/cli": "18.0.0",
    "@react-native-community/cli-platform-android": "18.0.0",
    "@react-native-community/cli-platform-ios": "18.0.0",
    "@react-native/babel-preset": "0.79.5",
    "@react-native/eslint-config": "0.79.5",
    "@react-native/metro-config": "0.79.5",
    "@react-native/typescript-config": "0.79.5",
    "@types/jest": "^29.5.13",
    "@types/react": "^19.0.0",
    "@types/react-test-renderer": "^19.0.0",
    "eslint": "^8.19.0",
    "jest": "^29.6.3",
    "prettier": "2.8.8",
    "react-test-renderer": "19.0.0",
    "typescript": "5.0.4"
  },
  "types": "dist"
}
