{
  "name": "react-native-scene-view",
  "version": "1.1.1",
  "description": "Scene View component for React Native",
  "main": "lib/commonjs/index.js",
  "react-native": "lib/module/index.js",
  "module": "lib/module/index.js",
  "types": "lib/typescript/index.d.ts",
  "files": [
    "src",
    "lib"
  ],
  "scripts": {
    "test": "jest",
    "typescript": "tsc --noEmit",
    "lint": "eslint --ext .js,.ts,.tsx .",
    "release": "release-it",
    "example": "yarn --cwd example",
    "bootstrap": "yarn example && yarn",
    "prepack": "bob build"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "keywords": [
    "react-native-component",
    "react-component",
    "react-native",
    "ios",
    "android"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PedroBern/react-native-scene-view.git"
  },
  "author": "Pedro Bern <pedrobermoreira@gmail.com> (https://github.com/pedrobern/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pedrobern/react-native-scene-view/issues"
  },
  "homepage": "https://github.com/PedroBern/react-native-scene-view#readme",
  "devDependencies": {
    "@commitlint/config-conventional": "^9.1.1",
    "@react-native-community/bob": "^0.16.2",
    "@react-navigation/native": "^5.8.10",
    "@release-it/conventional-changelog": "^1.1.4",
    "@types/react": "^16.9.44",
    "@types/react-native": "0.63.4",
    "@typescript-eslint/eslint-plugin": "^4.9.1",
    "@typescript-eslint/parser": "^4.9.1",
    "babel-jest": "^26.2.2",
    "babel-preset-react-native": "^4.0.0",
    "commitlint": "^9.1.0",
    "eslint": "^7.15.0",
    "eslint-config-universe": "^6.0.1",
    "eslint-plugin-react": "^7.21.5",
    "eslint-plugin-react-native": "^3.10.0",
    "eslint-plugin-react-native-globals": "^0.1.2",
    "husky": "^4.2.5",
    "jest": "^26.2.2",
    "prettier": "^2.2.1",
    "react": "~16.11.0",
    "react-native": "~0.62.2",
    "release-it": "^13.6.6",
    "typescript": "^3.9.7"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
      "pre-commit": "yarn lint && yarn typescript"
    }
  },
  "jest": {
    "preset": "react-native",
    "modulePathIgnorePatterns": [
      "<rootDir>/example/node_modules",
      "<rootDir>/lib/"
    ]
  },
  "@react-native-community/bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      "typescript"
    ]
  },
  "dependencies": {
    "use-debounce": "^5.1.0"
  }
}
