@likeyoureyes/expo-speech-recognition
Version:
Speech Recognition for React Native Expo projects - forked from jamsch/expo-speech-recognition
58 lines (57 loc) • 1.59 kB
JSON
{
"name": "@likeyoureyes/expo-speech-recognition",
"version": "1.1.1",
"description": "Speech Recognition for React Native Expo projects - forked from jamsch/expo-speech-recognition",
"main": "build/index.js",
"types": "build/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"clean": "rm -rf build",
"lint": "expo-module lint",
"test": "expo-module test",
"expo-module": "expo-module",
"open:ios": "open -a \"Xcode\" example/ios",
"open:android": "open -a \"Android Studio\" example/android",
"release": "changeset publish",
"ts:check": "tsc -p . --noEmit"
},
"keywords": [
"react-native",
"expo",
"expo-speech-recognition",
"ExpoSpeechRecognition",
"webkitSpeechRecognition",
"SpeechRecognition"
],
"repository": {
"type": "git",
"url": "https://github.com/NamHyeongKeol/expo-speech-recognition"
},
"bugs": {
"url": "https://github.com/NamHyeongKeol/expo-speech-recognition/issues"
},
"author": "NamHyeongKeol (https://github.com/NamHyeongKeol)",
"contributors": [
"jamsch (https://github.com/jamsch)"
],
"license": "MIT",
"homepage": "https://github.com/NamHyeongKeol/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": "*"
}
}