react-native-speech-to-text-input
Version:
A React Native module for speech-to-text input functionality
38 lines (37 loc) • 964 B
JSON
{
"name": "react-native-speech-to-text-input",
"version": "0.1.4",
"description": "A React Native module for speech-to-text input functionality",
"main": "src/index.ts",
"types": "src/index.ts",
"scripts": {
"build": "tsc --noEmit",
"prepare": "npm run build",
"type-check": "tsc"
},
"keywords": [
"react-native",
"speech-to-text",
"voice-input",
"android"
],
"author": "Your Name",
"license": "MIT",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@types/react": "^19.1.7",
"@types/react-native": "0.70.0",
"typescript": "^5.8.3"
},
"repository": {
"type": "git",
"url": "https://github.com/yourusername/react-native-speech-to-text-input.git"
},
"bugs": {
"url": "https://github.com/yourusername/react-native-speech-to-text-input/issues"
},
"homepage": "https://github.com/yourusername/react-native-speech-to-text-input#readme"
}