expo-speech-recognition-with-reset
Version:
Speech Recognition for React Native Expo projects (with reset)
55 lines (54 loc) • 1.58 kB
JSON
{
"name": "expo-speech-recognition-with-reset",
"version": "1.0.0",
"description": "Speech Recognition for React Native Expo projects (with reset)",
"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": "https://github.com/jamsch/expo-speech-recognition",
"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.27.9",
"@types/dom-speech-recognition": "^0.0.4",
"@types/react": "^18.3.12",
"expo": "~52.0.0",
"expo-module-scripts": "^4.0.2"
},
"prettier": {
"trailingComma": "all"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
}
}