react-native-voice2text
Version:
React Native module for Android that converts speech to text using native speech recognition
103 lines • 2.7 kB
JSON
{
"name": "react-native-voice2text",
"version": "0.1.16",
"description": "React Native module for Android that converts speech to text using native speech recognition",
"main": "./lib/module/index.js",
"types": "./lib/typescript/src/index.d.ts",
"exports": {
".": {
"source": "./src/index.tsx",
"types": "./lib/typescript/src/index.d.ts",
"default": "./lib/module/index.js"
},
"./package.json": "./package.json"
},
"files": [
"src",
"lib",
"android",
"ios",
"cpp",
"*.podspec",
"react-native.config.js",
"!ios/build",
"!android/build",
"!android/gradle",
"!android/gradlew",
"!android/gradlew.bat",
"!android/local.properties",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__",
"!**/.*"
],
"scripts": {
"example": "yarn workspace react-native-voice2text-example",
"test": "jest",
"typecheck": "tsc",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
"prepare": "bob build",
"release": "release-it --only-version"
},
"keywords": [
"react-native",
"speech-to-text",
"voice-recognition",
"android"
],
"repository": {
"type": "git",
"url": "git+https://github.com/GokulKir/react-native-voice2text.git"
},
"author": "gokul_dev <gokulkrishna22072003@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/GokulKir/react-native-voice2text/issues"
},
"homepage": "https://github.com/GokulKir/react-native-voice2text#readme",
"devDependencies": {
"@commitlint/config-conventional": "^19.8.1",
"@types/jest": "^29.5.14",
"@types/react": "^19.1.4",
"@types/react-native": "^0.72.8",
"@typescript-eslint/eslint-plugin": "^8.32.1",
"commitlint": "^19.6.1",
"del-cli": "^5.1.0",
"eslint": "^9.22.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-ft-flow": "^3.0.11",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-native": "^5.0.0",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"react": "19.0.0",
"react-native": "0.79.2",
"react-native-builder-bob": "^0.40.11",
"typescript": "^5.0.0"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
[
"module",
{
"esm": true
}
],
[
"typescript",
{
"project": "tsconfig.build.json"
}
]
]
}
}