{
  "name": "react-native-skeleton-content",
  "version": "1.0.28",
  "description": "A simple and fully customizable React Native component that implements a skeleton-like loader",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "keywords": [
    "react native",
    "skeleton",
    "loader",
    "placeholders",
    "gradient",
    "animation"
  ],
  "files": [
    "lib/**/*"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "format": "prettier --write src/**/*.{ts,tsx}",
    "lint": "eslint --fix src/**/*.{ts,tsx}",
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint",
    "preversion": "npm run lint",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags",
    "test": "jest --no-watchman",
    "coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls"
  },
  "jest": {
    "preset": "jest-expo",
    "setupFiles": [
      "./setup-test.ts"
    ],
    "moduleFileExtensions": [
      "js",
      "jsx",
      "json",
      "ts",
      "tsx"
    ],
    "transform": {
      "^.+\\.(js|jsx|ts|tsx)$": "babel-jest"
    },
    "testMatch": [
      "**/*.test.ts?(x)"
    ],
    "coveragePathIgnorePatterns": [
      "./src/__tests__/"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alexZajac/react-native-skeleton-content.git"
  },
  "author": "Alexandre Zajac",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/alexZajac/react-native-skeleton-content/issues"
  },
  "homepage": "https://github.com/alexZajac/react-native-skeleton-content#readme",
  "devDependencies": {
    "@babel/preset-typescript": "^7.18.6",
    "@types/jest": "^26.0.24",
    "@types/react": "18.0.0",
    "@types/react-native": "^0.69.5",
    "@types/react-test-renderer": "18.0.0",
    "babel-preset-expo": "^9.2.0",
    "coveralls": "^3.1.1",
    "eslint": "8.22.0",
    "eslint-config-airbnb-typescript-prettier": "^5.0.0",
    "jest": "^26.0.24",
    "jest-expo": "^46.0.0",
    "prettier": "^2.7.1",
    "react": "18.0.0",
    "react-native": "^0.69.5",
    "react-native-gesture-handler": "^2.5.0",
    "react-test-renderer": "18.0.0",
    "typescript": "4.4.4"
  },
  "dependencies": {
    "expo-linear-gradient": "^11.4.0",
    "react-native-reanimated": "2.1.0",
    "react-native-redash": "^16.3.0"
  }
}
