{
  "name": "@dominicstop/react-native-text-input-wrapper",
  "version": "0.2.0",
  "description": "TBA",
  "private": false,
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "release": "release-it --only-version --npm.skipChecks --npm.publishArgs=\"--registry=https://registry.npmjs.org\"",
    "build": "expo-module build",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "prepare": "expo-module prepare",
    "prepublishOnly": "expo-module prepublishOnly",
    "expo-module": "expo-module",
    "open:ios": "open -a \"Xcode\" example/ios",
    "open:android": "open -a \"Android Studio\" example/android",
    "nuke": "rm -rfv ./node_modules ; cd example ; rm -rfv ./node_modules ; cd ../..",
    "nuke-example-pods": "cd example/ios ; pod cache clean --all ; rm -rfv ./Pods ./build ; cd ../..",
    "update-example-pods": "cd example/ios && pod update DGSwiftUtilities ; pod update ; pod install --repo-update",
    "update-dep": "yarn add --dev react-native-ios-utilities ; cd example ; yarn add react-native-ios-utilities ; cd .. && yarn run update-example-pods",
    "update-dep-next": "yarn add --dev react-native-ios-utilities@next ; cd example ; yarn add react-native-ios-utilities@next ; cd .. && yarn run update-example-pods"
  },
  "keywords": [
    "react-native",
    "expo",
    "react-native-text-input-wrapper",
    "RNITextInputWrapper"
  ],
  "repository": "https://github.com/dominicstop/react-native-text-input-wrapper",
  "bugs": {
    "url": "https://github.com/dominicstop/react-native-text-input-wrapper/issues"
  },
  "author": "Dominic Go <dominic@dominicgo.dev> (https://github.com/dominicstop)",
  "license": "MIT",
  "homepage": "https://github.com/dominicstop/react-native-text-input-wrapper#readme",
  "dependencies": {},
  "devDependencies": {
    "@types/react": "^18.0.25",
    "@types/react-native": "^0.72.3",
    "expo-module-scripts": "^3.4.0",
    "expo-modules-core": "^1.11.2",
    "react": "18.2.0",
    "react-native": "0.72.5",
    "release-it": "^16.2.1"
  },
  "peerDependencies": {
    "expo": "*",
    "react": "*",
    "react-native": "*"
  },
  "release-it": {
    "git": {
      "commitMessage": "⚙️ Chore: Release ${version}",
      "tagName": "v${version}"
    },
    "npm": {
      "publish": true
    },
    "github": {
      "release": true
    }
  }
}
