{
  "name": "react-native-raw-bottom-sheet-wu",
  "version": "3.0.2",
  "description": "修改modal兼容iOS覆盖弹窗",
  "main": "index.js",
  "typings": "index.d.ts",
  "scripts": {
    "lint": "eslint .",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nysamnang/react-native-raw-bottom-sheet.git"
  },
  "keywords": [
    "bottom-sheet",
    "action-sheet",
    "raw-bottom-sheet",
    "bottom-drawer",
    "bottom-animated",
    "drawer",
    "picker",
    "swipper",
    "modal",
    "dialog"
  ],
  "author": "NY Samnang",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nysamnang/react-native-raw-bottom-sheet/issues"
  },
  "homepage": "https://github.com/nysamnang/react-native-raw-bottom-sheet#readme",
  "devDependencies": {
    "@babel/core": "^7.24.0",
    "@babel/preset-env": "^7.24.0",
    "@react-native/eslint-config": "0.73.2",
    "@react-native/typescript-config": "0.73.1",
    "@testing-library/react-native": "^12.4.3",
    "babel-jest": "^29.7.0",
    "eslint": "8.19.0",
    "jest": "29.6.3",
    "metro-react-native-babel-preset": "^0.77.0",
    "prettier": "2.8.8",
    "react": "18.2.0",
    "react-native": "0.73.2",
    "react-native-root-modal": "^5.0.1",
    "react-test-renderer": "^18.2.0",
    "typescript": "5.0.4"
  },
  "jest": {
    "preset": "react-native"
  }
}
