{
  "name": "@empglabs/react-native-skeleton-placeholder",
  "version": "5.0.0",
  "description": "SkeletonPlaceholder is a React Native library to easily create an amazing loading effect.",
  "main": "lib/SkeletonPlaceholder.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rm -rf ./lib && mkdir ./lib && tsc",
    "prepack": "yarn build"
  },
  "keywords": [
    "skeleton",
    "shimmer",
    "loading",
    "placeholder"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chramos/react-native-skeleton-placeholder.git"
  },
  "author": "Henrique Ramos <chenrique.ramos12@gmail.com> (https://github.com/chramos)",
  "license": "ISC",
  "devDependencies": {
    "@react-native-community/masked-view": "^0.1.11",
    "@types/prop-types": "^15.7.3",
    "@types/react": "^16.9.17",
    "@types/react-native": "^0.63.17",
    "react-native-linear-gradient": "^2.5.6",
    "typescript": "^4.0.2"
  },
  "peerDependencies": {
    "@react-native-masked-view/masked-view": "^0.2.3",
    "react": ">=0.14.8",
    "react-native": ">=0.50.1",
    "react-native-linear-gradient": "^2.5.6"
  },
  "bugs": {
    "url": "https://github.com/chramos/react-native-skeleton-placeholder/issues"
  },
  "homepage": "https://github.com/chramos/react-native-skeleton-placeholder#readme",
  "directories": {
    "example": "example",
    "lib": "lib"
  },
  "dependencies": {}
}
