{
  "name": "expo-spellchecker",
  "version": "1.0.0",
  "type": "module",
  "description": "Expo module that exposes underlying native spell checker and word completion suggestions in iOS and Android - to react-native apps via TypeScript interface.",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "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": "xed example/ios",
    "open:android": "open -a \"Android Studio\" example/android"
  },
  "keywords": [
    "react-native",
    "expo",
    "expo-spellchecker",
    "ExpoSpellchecker",
    "spellchecker",
    "dictionary",
    "word-completion",
    "word-prediction"
  ],
  "repository": "https://github.com/liveakshay/expo-spellchecker",
  "bugs": {
    "url": "https://github.com/liveakshay/expo-spellchecker/issues"
  },
  "author": "liveakshay <9353993+liveakshay@users.noreply.github.com> (https://github.com/liveakshay)",
  "license": "MIT",
  "homepage": "https://github.com/liveakshay/expo-spellchecker#readme",
  "dependencies": {},
  "devDependencies": {
    "@types/react": "~18.3.12",
    "expo-module-scripts": "^4.0.2",
    "expo": "~52.0.0",
    "react-native": "0.76.0"
  },
  "peerDependencies": {
    "expo": "*",
    "react": "*",
    "react-native": "*"
  }
}
