{
  "name": "@milkinteractive/react-native-voice",
  "description": "React Native Native Voice library for iOS and Android",
  "version": "3.3.0",
  "author": "Sam Wenke <samwenke@gmail.com>",
  "private": false,
  "homepage": "https://github.com/react-native-voice/voice",
  "devDependencies": {
    "@react-native-community/eslint-config": "^3.2.0",
    "@semantic-release/git": "^10.0.1",
    "@types/invariant": "^2.2.37",
    "eslint": "9.20.1",
    "expo-module-scripts": "^4.0.5",
    "lint-staged": "^15.2.10",
    "react": "18.3.1",
    "react-native": "^0.76.2",
    "semantic-release": "^24.2.0",
    "typescript": "5.6.3"
  },
  "keywords": [
    "android",
    "ios",
    "react-native",
    "speech",
    "voice"
  ],
  "license": "MIT",
  "source": "src/index.ts",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "peerDependencies": {
    "expo": ">=48.0.0",
    "react-native": ">=0.71.0"
  },
  "peerDependenciesMeta": {
    "expo": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=20.8.1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/react-native-voice/voice.git"
  },
  "files": [
    "src",
    "dist",
    "android",
    "ios",
    "react-native-voice.podspec",
    "app.plugin.js",
    "plugin"
  ],
  "scripts": {
    "lint": "eslint src/*",
    "semantic-release": "semantic-release",
    "start": "yarn --cwd example start",
    "ios": "yarn --cwd example ios",
    "android": "yarn --cwd example android",
    "prepare": "yarn build && yarn build:plugin",
    "build": "tsc",
    "dev-sync": "cp -r ./dist example/node_modules/@milkinteractive/react-native-voice",
    "type-check": "tsc -noEmit",
    "build:plugin": "tsc --build plugin",
    "lint:plugin": "eslint plugin/src/*"
  },
  "dependencies": {
    "invariant": "^2.2.4"
  },
  "codegenConfig": {
    "name": "RNVoiceSpec",
    "type": "modules",
    "jsSrcsDir": "src",
    "outputDir": {
      "ios": "ios/generated"
    },
    "android": {
      "javaPackageName": "com.wenkesj.voice"
    }
  }
}
