{
  "name": "react-native-card-modal-reanimated",
  "version": "1.0.2",
  "description": "react-native transition vertically slides the modal view up from the bottom of the screen and back down when it's dismissed.",
  "main": "lib/index.js",
  "files": [
    "src/",
    "lib/",
    "README.md"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/13773753970/react-native-card-modal-reanimated.git"
  },
  "author": "Daniel Bryan",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/13773753970/react-native-card-modal-reanimated/issues"
  },
  "homepage": "https://github.com/13773753970/react-native-card-modal-reanimated#readme",
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "react-native-gesture-handler": "*",
    "react-native-reanimated": "*",
    "react-native-safe-area-context": "*"
  },
  "devDependencies": {
    "@babel/cli": "^7.10.5",
    "@babel/core": "^7.11.0",
    "@babel/plugin-proposal-class-properties": "^7.10.4",
    "@babel/preset-env": "^7.11.0",
    "@babel/preset-typescript": "^7.10.4",
    "@types/react": "^16.9.44",
    "@types/react-native": "^0.63.2",
    "react": "^16.13.1",
    "react-native": "^0.63.2",
    "react-native-gesture-handler": "^1.7.0",
    "react-native-reanimated": "^1.10.1",
    "react-native-redash": "^14.2.3",
    "react-native-safe-area-context": "^3.1.1",
    "typescript": "^3.9.7"
  }
}
