{
  "name": "@nlazzos/react-native-skeleton",
  "version": "1.0.3",
  "description": "A skeleton component for react-native and react-native-web.",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "scripts": {
    "clean": "rm -r ./lib/*",
    "build": "npm run clean && tsc"
  },
  "keywords": [
    "react-native",
    "react-native-web",
    "react-native-skeleton",
    "skeleton",
    "shimmer",
    "loading",
    "placeholder"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/nicolaslazzos/react-native-skeleton"
  },
  "author": "Nicolas Lazzos",
  "license": "MIT",
  "devDependencies": {
    "@react-native-masked-view/masked-view": "^0.2.3",
    "@types/prop-types": "^15.7.3",
    "@types/react": "^16.9.17",
    "@types/react-native": "^0.63.17",
    "typescript": "^4.0.2"
  },
  "peerDependencies": {
    "react": ">=0.14.8",
    "react-native": ">=0.50.1"
  }
}
