{
  "name": "react-native-synced-tab-view",
  "version": "1.0.1",
  "description": "A synchronized tab view with a collapsible header for React Native.",
  "license": "MIT",
  "author": "BouarourMohammed",
  "repository": {
    "type": "git",
    "url": "https://github.com/BouarourMohammed/react-native-synced-tab-view.git"
  },
  "bugs": {
    "url": "https://github.com/BouarourMohammed/react-native-synced-tab-view/issues"
  },
  "homepage": "https://github.com/BouarourMohammed/react-native-synced-tab-view#readme",
  "main": "dist/index.js",
  "react-native": "dist/index.js",
  "types": "dist/index.d.ts",
  "source": "src/index.ts",
  "files": [
    "src",
    "dist"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "typecheck": "tsc -p tsconfig.json --noEmit"
  },
  "keywords": [
    "react-native",
    "tabs",
    "collapsible-header",
    "tab-view",
    "reanimated"
  ],
  "peerDependencies": {
    "react": ">=18",
    "react-native": ">=0.76",
    "react-native-reanimated": ">=4",
    "react-native-worklets": ">=0.7.0"
  },
  "devDependencies": {
    "@babel/core": "^7.25.2",
    "@types/react": "~19.1.0",
    "react-native-worklets": "^0.7.2",
    "typescript": "^5.3.3"
  }
}
