{
  "name": "expo-speech-recognition",
  "version": "56.0.1",
  "description": "Speech Recognition for React Native Expo projects",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "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": "open -a \"Xcode\" example/ios",
    "open:android": "open -a \"Android Studio\" example/android",
    "changeset": "changeset",
    "release": "npm run prepare && changeset publish",
    "ts:check": "tsc -p . --noEmit"
  },
  "keywords": [
    "react-native",
    "expo",
    "expo-speech-recognition",
    "ExpoSpeechRecognition",
    "webkitSpeechRecognition",
    "SpeechRecognition"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jamsch/expo-speech-recognition.git"
  },
  "bugs": {
    "url": "https://github.com/jamsch/expo-speech-recognition/issues"
  },
  "author": "jamsch (https://github.com/jamsch)",
  "license": "MIT",
  "homepage": "https://github.com/jamsch/expo-speech-recognition#readme",
  "devDependencies": {
    "@changesets/cli": "^2.31.0",
    "@types/dom-speech-recognition": "^0.0.11",
    "@types/react": "~19.2.14",
    "expo": "~56.0.8",
    "expo-module-scripts": "^55.0.2",
    "globals": "17.6.0",
    "typescript": "~6.0.3",
    "typescript-eslint": "8.59.0"
  },
  "prettier": {
    "trailingComma": "all"
  },
  "peerDependencies": {
    "expo": "*",
    "react": "*",
    "react-native": "*"
  }
}
