{
  "name": "modal-sheet",
  "version": "1.4.10",
  "license": "MIT",
  "author": "Dodi candra <cekiddot@gmail.com> (https://github.com/dodicandra)",
  "main": "dist/commonjs/index.js",
  "react-native": "src/index.ts",
  "module": "dist/module/index.js",
  "types": "dist/typescript/index.d.ts",
  "files": [
    "src",
    "dist",
    "README.md",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/dodicandra/modal-sheet.git"
  },
  "homepage": "https://github.com/dodicandra/modal-sheet",
  "scripts": {
    "clr": "rm -rf dist",
    "prepare": "yarn clr && bob build"
  },
  "devDependencies": {
    "@babel/core": "~7.9.0",
    "@dodicandra/eslint-config-rn": "^1.0.2",
    "@types/react": "17.0.1",
    "@types/react-native": "0.67.4",
    "eslint": "7.14.0",
    "prettier": "2.3.0",
    "react": "17.0.1",
    "react-dom": "17.0.1",
    "react-native": "0.64.3",
    "react-native-builder-bob": "^0.18.2",
    "typescript": "^4.6.3"
  },
  "peerDependencies": {
    "react": ">=16.13.1",
    "react-native": ">=0.63"
  },
  "keywords": [
    "modal",
    "react-native-modal",
    "modal-sheets",
    "react-native-modal",
    "react-native-modal-sheets",
    "react-native-modal"
  ],
  "react-native-builder-bob": {
    "source": "src",
    "output": "dist",
    "targets": [
      "commonjs",
      "module",
      "typescript"
    ]
  },
  "eslintIgnore": [
    "node_modules/",
    "dist/"
  ]
}
