{
  "name": "react-native-tab-view-next",
  "version": "3.1.3",
  "description": "Tab view component for React Native",
  "main": "lib/commonjs/index.js",
  "react-native": "src/index.tsx",
  "module": "lib/module/index.js",
  "types": "lib/typescript/index.d.ts",
  "files": [
    "src",
    "lib"
  ],
  "scripts": {
    "test": "jest",
    "typescript": "tsc --noEmit",
    "lint": "eslint --ext .js,.ts,.tsx .",
    "release": "release-it",
    "example": "yarn --cwd example",
    "bootstrap": "yarn example && yarn",
    "prepare": "bob build"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "keywords": [
    "react-native-component",
    "react-component",
    "react-native",
    "ios",
    "android",
    "tab",
    "swipe",
    "scrollable",
    "coverflow"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/satya164/react-native-tab-view.git"
  },
  "author": "Satyajit Sahoo <satyajit.happy@gmail.com> (https://github.com/satya164/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/satya164/react-native-tab-view/issues"
  },
  "homepage": "https://github.com/satya164/react-native-tab-view#readme",
  "devDependencies": {
    "@commitlint/config-conventional": "^13.1.0",
    "@expo/vector-icons": "^12.0.0",
    "@release-it/conventional-changelog": "^3.0.1",
    "@types/react": "^17.0.15",
    "@types/react-native": "0.64.12",
    "babel-jest": "^27.0.6",
    "babel-preset-react-native": "^4.0.0",
    "commitlint": "^13.1.0",
    "eslint": "^7.31.0",
    "eslint-config-satya164": "^3.1.10",
    "eslint-plugin-react-native-globals": "^0.1.2",
    "husky": "^4.2.5",
    "jest": "^27.0.6",
    "prettier": "^2.3.2",
    "react": "17.0.1",
    "react-native": "0.64.3",
    "react-native-builder-bob": "^0.18.1",
    "react-native-pager-view": "5.4.9",
    "release-it": "^14.12.4",
    "typescript": "^4.3.5"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "react-native-pager-view": "*"
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
      "pre-commit": "yarn lint && yarn typescript"
    }
  },
  "jest": {
    "preset": "react-native",
    "modulePathIgnorePatterns": [
      "<rootDir>/example/node_modules",
      "<rootDir>/lib/"
    ]
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  }
}
