{
  "name": "@birdwingo/react-native-swipe-modal",
  "version": "1.2.5",
  "description": "A versatile and smooth swipeable modal component for React Native applications.",
  "main": "src/index.tsx",
  "source": "src/index.tsx",
  "scripts": {
    "lint": "eslint --fix",
    "prepare": "husky install",
    "build": "tsc -p tsconfig.json",
    "release": "standard-version",
    "test": "jest --coverage"
  },
  "repository": "https://github.com/birdwingo/react-native-swipe-modal.git",
  "keywords": [
    "react-native",
    "android",
    "ios",
    "react",
    "react-native-reanimated",
    "reanimated",
    "animated",
    "animation",
    "performance",
    "modal",
    "swipe",
    "swipeable",
    "swipeable-modal"
  ],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/birdwingo/react-native-swipe-modal/issues"
  },
  "homepage": "https://github.com/birdwingo/react-native-swipe-modal#readme",
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-native": ">=0.70.0",
    "react-native-gesture-handler": ">=2.10.0",
    "react-native-reanimated": ">=2.12.0"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.22.9",
    "@babel/preset-typescript": "^7.22.5",
    "@commitlint/cli": "^17.6.7",
    "@commitlint/config-conventional": "^17.6.7",
    "@testing-library/jest-native": "^5.4.2",
    "@testing-library/react-native": "^12.1.3",
    "@tsconfig/react-native": "^3.0.0",
    "@types/jest": "^29.5.3",
    "@types/react": "^18.2.16",
    "eslint": "^8.19.0",
    "eslint-config-airbnb": "^19.0.2",
    "eslint-config-airbnb-typescript": "^16.1.0",
    "husky": "^8.0.3",
    "jest": "^29.6.2",
    "react-test-renderer": "^18.2.0",
    "standard-version": "^9.5.0",
    "typescript": "^5.1.6"
  },
  "jest": {
    "preset": "react-native",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ],
    "testMatch": [
      "<rootDir>/tests/*.test.js"
    ],
    "setupFilesAfterEnv": [
      "@testing-library/jest-native/extend-expect",
      "<rootDir>/jest.setup.js"
    ],
    "setupFiles": [
      "./node_modules/react-native-gesture-handler/jestSetup.js"
    ],
    "verbose": true
  }
}
