{
  "name": "@loquendomanzano/rn-swipeable-panel",
  "version": "2.0.1",
  "description": "Swipeable bottom panel for react native",
  "author": "Enes Ozturk",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/enesozturk/rn-swipeable-panel"
  },
  "main": "dist/index.js",
  "module": "dist/index.modern.js",
  "types": "dist/index.d.ts",
  "source": "src/index.ts",
  "files": [
    "dist",
    "src"
  ],
  "react-native": "src/index.ts",
  "engines": {
    "node": ">=10"
  },
  "directories": {
    "example": "example"
  },
  "scripts": {
    "dev": "npm run build -watch",
    "build": "tsc",
    "compile": "npm run build",
    "test": "jest"
  },
  "keywords": [
    "react",
    "react native",
    "react-native-component",
    "mobile",
    "ios",
    "android",
    "swipeable",
    "panel",
    "swipeable-panel",
    "swipe-up",
    "swipe-down",
    "bottom",
    "bottom-panel",
    "bottom-up",
    "bottom-up-panel"
  ],
  "bugs": {
    "url": "https://github.com/enesozturk/rn-swipeable-panel/issues"
  },
  "homepage": "https://github.com/enesozturk/rn-swipeable-panel",
  "contributors": [
    {
      "name": "enesozturk",
      "email": "enesozturk.d@gmail.com"
    }
  ],
  "peerDependencies": {
    "react": "19.1.0",
    "react-native": "0.80.0"
  },
  "devDependencies": {
    "@babel/core": "^7.25.2",
    "@babel/preset-env": "^7.25.3",
    "@babel/runtime": "^7.25.0",
    "@react-native-community/cli": "19.0.0",
    "@react-native-community/cli-platform-android": "19.0.0",
    "@react-native-community/cli-platform-ios": "19.0.0",
    "@react-native/babel-preset": "0.80.0",
    "@react-native/eslint-config": "0.80.0",
    "@react-native/metro-config": "0.80.0",
    "@react-native/typescript-config": "0.80.0",
    "@types/jest": "^29.5.13",
    "@types/react": "^19.1.0",
    "@types/react-test-renderer": "^19.1.0",
    "eslint": "^8.19.0",
    "jest": "^29.6.3",
    "prettier": "2.8.8",
    "react-test-renderer": "19.1.0",
    "typescript": "5.0.4"
  }
}
