{
  "name": "@react-native-oh-tpl/react-native-shared-element",
  "version": "0.8.9-0.0.6",
  "description": "Native shared element transition primitives for react-native 💫",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "sideEffects": false,
  "scripts": {
    "build": "tsc",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "prepare_disabled": "expo-module prepare",
    "prepublishOnly": "expo-module prepublishOnly",
    "expo-module": "expo-module",
    "copy-flow-typings": "mkdirp ./build && cp ./flow-typed/index.js.flow ./build/index.js.flow",
    "prepare": "yarn copy-flow-typings"
  },
  "keywords": [
    "react-native-shared-element",
    "expo",
    "expo-shared-element",
    "react-native",
    "magic move",
    "shared element",
    "shared element transition",
    "visual clone"
  ],
  "repository": "https://github.com/IjzerenHein/react-native-shared-element",
  "bugs": "https://github.com/IjzerenHein/react-native-shared-element/issues",
  "author": "IjzerenHein <hrutjes@gmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/IjzerenHein/react-native-shared-element",
  "files": [
    "src/",
    "build/",
    "harmony/"
  ],
  "devDependencies": {
    "@types/react": "^18.0.26",
    "@types/react-native": "^0.70.8",
    "eslint": "^8.30.0",
    "expo-module-scripts": "^3.0.4",
    "prettier": "^2.8.1"
  },
  "dependencies": {
    "react-native-shared-element": "^0.8.9"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "harmony": {
    "alias": "react-native-shared-element"
  }
}
