{
  "name": "@gorhom/showcase-template",
  "version": "4.0.1",
  "description": "A React Native template that helps developers to showcase their amazing libraries examples.",
  "main": "lib/commonjs/index",
  "module": "lib/module/index",
  "types": "lib/typescript/index.d.ts",
  "react-native": "src/index.ts",
  "source": "src/index.ts",
  "files": [
    "src",
    "lib"
  ],
  "keywords": [
    "showcase",
    "showcase-template",
    "react-native",
    "ios",
    "android"
  ],
  "repository": "https://github.com/gorhom/showcase-template",
  "author": "Mo Gorhom (https://gorhom.dev)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gorhom/showcase-template/issues"
  },
  "homepage": "https://github.com/gorhom/showcase-template#readme",
  "scripts": {
    "typescript": "tsc --skipLibCheck --noEmit",
    "lint": "eslint --ext .js,.ts,.tsx . --fix",
    "build": "bob build && yarn copy-dts && yarn delete-dts",
    "copy-dts": "copyfiles -u 1 \"src/**/*.d.ts\" lib/typescript",
    "delete-dts": "find ./lib/commonjs -name '*.d.js*' -delete && find ./lib/module -name '*.d.js*' -delete",
    "release": "rm -rf lib && yarn build && release-it",
    "example": "yarn --cwd example",
    "bootstrap": "yarn install && yarn example"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.7.1",
    "@commitlint/config-conventional": "^17.7.0",
    "@react-native-community/eslint-config": "^3.2.0",
    "@react-navigation/native": "^7.1.9",
    "@react-navigation/native-stack": "^7.3.13",
    "@react-navigation/stack": "^7.3.2",
    "@release-it/conventional-changelog": "^7.0.1",
    "@types/react": "~18.2.14",
    "@types/react-native": "~0.72.2",
    "auto-changelog": "^2.4.0",
    "copyfiles": "^2.4.1",
    "eslint": "^8.49.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-prettier": "^5.0.0",
    "husky": "^4.2.3",
    "prettier": "^3.0.3",
    "react": "18.2.0",
    "react-native": "0.72.4",
    "react-native-gesture-handler": "~2.25.0",
    "react-native-reanimated": "~3.17.0",
    "react-native-builder-bob": "^0.21.3",
    "react-native-safe-area-context": "5.4.0",
    "release-it": "^16.1.5",
    "typescript": "^5.1.3"
  },
  "peerDependencies": {
    "@react-navigation/native": "~7.1.9",
    "@react-navigation/stack": "~7.3.2",
    "react": "*",
    "react-native": "*",
    "react-native-gesture-handler": "~2.25.0",
    "react-native-reanimated": "~3.17.5",
    "react-native-safe-area-context": "~5.4.0"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      "typescript"
    ]
  }
}
