{
  "name": "react-native-reactions",
  "version": "1.0.0",
  "description": "A React Native component to provide animated reaction picker",
  "main": "lib/index",
  "types": "lib/index.d.ts",
  "contributors": [],
  "author": "Simform Solutions",
  "repository": {
    "type": "git",
    "url": "https://github.com/SimformSolutionsPvtLtd/react-native-reactions"
  },
  "keywords": [
    "react",
    "react-native",
    "typescript",
    "reactions",
    "animated-reactions",
    "rn",
    "react-native-reactions",
    "reanimated",
    "component",
    "react-component",
    "ios",
    "android",
    "react-native-reaction",
    "seamless-reactions",
    "seamless",
    "seamless-gesture-reaction",
    "emoji-reactions",
    "reactions-picker",
    "reactions-component",
    "animated-reactions-picker",
    "picker",
    "reaction",
    "animation",
    "react-reaction",
    "react-native-fb-reactions-animation"
  ],
  "license": "MIT",
  "files": [
    "/lib"
  ],
  "scripts": {
    "prepare": "husky install",
    "clean": "rm -rf node_modules",
    "build": "rm -rf lib && tsc -p .",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx",
    "lint:fix": "eslint 'src/**/*.{js,jsx,ts,tsx}' -c .eslintrc --fix ",
    "build_local": "yarn build && yarn pack",
    "test": "jest",
    "example": "yarn --cwd example"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "react-native-gesture-handler": "2.16.2",
    "react-native-reanimated": "3.8.1"
  },
  "devDependencies": {
    "@commitlint/cli": "^16.1.0",
    "@commitlint/config-conventional": "^16.0.0",
    "@react-native-community/eslint-config": "^3.0.1",
    "@testing-library/react-native": "^9.0.0",
    "@types/jest": "^27.4.0",
    "babel-jest": "^27.4.6",
    "eslint-plugin-simple-import-sort": "^7.0.0",
    "react-native-gesture-handler": "2.16.2",
    "react-native-reanimated": "3.8.1",
    "husky": "^7.0.4",
    "jest": "^27.4.7",
    "lint-staged": "^11.1.2",
    "prettier": "^2.7.1",
    "react": "18.0.0",
    "react-native": "0.69.5",
    "typescript": "4.7.4",
    "@babel/core": "^7.12.9",
    "@babel/runtime": "^7.12.5",
    "@tsconfig/react-native": "^2.0.2",
    "@types/react-native": "^0.69.5",
    "@types/react-test-renderer": "^18.0.0",
    "@typescript-eslint/eslint-plugin": "^5.29.0",
    "@typescript-eslint/parser": "^5.29.0",
    "eslint": "^7.32.0",
    "metro-react-native-babel-preset": "^0.70.3",
    "react-test-renderer": "18.0.0"
  },
  "resolutions": {
    "@types/react": "*",
    "react-native-reanimated": "3.8.1"
  },
  "jest": {
    "preset": "react-native",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ],
    "setupFilesAfterEnv": [
      "./jest-setup.js"
    ],
    "modulePathIgnorePatterns": []
  },
  "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"
    ]
  }
}
