{
  "name": "react-native-animation-catalog",
  "version": "0.0.2",
  "description": "A Collection of animated React Native components",
  "homepage": "https://github.com/SimformSolutionsPvtLtd/react-native-animation-catalog#readme",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "author": "Simform Solutions",
  "license": "MIT",
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/SimformSolutionsPvtLtd/react-native-animation-catalog"
  },
  "keywords": [
    "react",
    "react-native",
    "typescript",
    "rn",
    "animation",
    "animated component",
    "components"
  ],
  "scripts": {
    "build": "rm -rf lib && tsc -p . && cp -R ./src/assets ./lib/",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx",
    "prepare": "husky install",
    "test": "jest",
    "example": "yarn --cwd example"
  },
  "devDependencies": {
    "@babel/core": "^7.16.12",
    "@babel/runtime": "^7.16.7",
    "@commitlint/cli": "^16.1.0",
    "@commitlint/config-conventional": "^16.0.0",
    "@react-native-community/eslint-config": "^3.0.1",
    "@react-navigation/material-top-tabs": "^6.2.1",
    "@react-navigation/native": "^6.0.10",
    "@testing-library/react-native": "^9.0.0",
    "@types/jest": "^27.4.0",
    "@types/react-native": "^0.66.15",
    "@types/react-test-renderer": "^17.0.1",
    "babel-jest": "^27.4.6",
    "eslint": "^7.32.0",
    "eslint-plugin-simple-import-sort": "^7.0.0",
    "husky": "^7.0.4",
    "jest": "^27.4.7",
    "lint-staged": "^11.1.2",
    "metro-react-native-babel-preset": "^0.67.0",
    "prettier": "^2.6.2",
    "react": "^17.0.2",
    "react-native": "^0.67.1",
    "react-native-gesture-handler": "^2.4.1",
    "react-native-linear-gradient": "^2.5.6",
    "react-native-pager-view": "^5.4.24",
    "react-native-reanimated": "^2.5.0",
    "react-native-safe-area-context": "^4.3.1",
    "react-native-screens": "^3.13.1",
    "react-native-tab-view": "^3.1.1",
    "react-test-renderer": "^17.0.2",
    "typescript": "^4.5.5"
  },
  "peerDependencies": {
    "@react-navigation/material-top-tabs": ">=6.2.1",
    "react": "*",
    "react-native": "*",
    "@react-navigation/native": "*",
    "react-native-gesture-handler": ">=2.4.1",
    "react-native-linear-gradient": ">=2.5.6",
    "react-native-reanimated": ">=2.5.0",
    "react-native-tab-view": ">=3.1.1",
    "react-native-pager-view": ">=5.4.24",
    "react-native-safe-area-context": ">=4.3.1",
    "react-native-screens": ">=3.13.1"
  },
  "jest": {
    "preset": "react-native",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ]
  },
  "lint-staged": {
    "src/**/*.{js,ts,tsx}": [
      "eslint"
    ]
  },
  "eslintIgnore": [
    "node_modules/",
    "lib/"
  ],
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "pre-push": "yarn build && yarn test"
    }
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  }
}
