{
  "name": "react-native-skeleton-placeholder",
  "version": "5.2.4",
  "description": "SkeletonPlaceholder is a React Native library to easily create an amazing loading effect.",
  "main": "lib/skeleton-placeholder.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "eslint . --max-warnings 0",
    "build": "rm -rf ./lib && mkdir ./lib && tsc",
    "prepack": "yarn build"
  },
  "keywords": [
    "skeleton",
    "shimmer",
    "loading",
    "placeholder"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/chramos/react-native-skeleton-placeholder"
  },
  "author": "Henrique Ramos <chenrique.ramos12@gmail.com> (https://github.com/chramos)",
  "license": "ISC",
  "devDependencies": {
    "@react-native-community/eslint-config": "3.0.3",
    "@react-native-masked-view/masked-view": "^0.2.8",
    "@types/prop-types": "^15.7.3",
    "@types/react": "^16.9.17",
    "@types/react-native": "^0.63.17",
    "@typescript-eslint/eslint-plugin": "5.30.6",
    "@typescript-eslint/parser": "5.30.6",
    "eslint": "8.19.0",
    "eslint-plugin-react-native": "4.0.0",
    "eslint-plugin-simple-import-sort": "7.0.0",
    "prettier": "2.7.1",
    "react-native-linear-gradient": "^2.5.6",
    "typescript": "^4.0.2"
  },
  "peerDependencies": {
    "@react-native-masked-view/masked-view": "^0.2.8",
    "react": ">=0.14.8",
    "react-native": ">=0.50.1",
    "react-native-linear-gradient": "^2.5.6"
  }
}